OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:s_comdat
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
coffgen.c
2764
struct coff_comdat_info *
s_comdat
;
local
2778
s_comdat
= bfd_coff_get_comdat_section (abfd, sec);
2780
if (
s_comdat
!= NULL)
2781
key =
s_comdat
->name;
2811
if (((
s_comdat
!= NULL) == (l_comdat != NULL)
/src/external/gpl3/binutils.old/dist/bfd/
coffgen.c
2756
struct coff_comdat_info *
s_comdat
;
local
2770
s_comdat
= bfd_coff_get_comdat_section (abfd, sec);
2772
if (
s_comdat
!= NULL)
2773
key =
s_comdat
->name;
2803
if (((
s_comdat
!= NULL) == (l_comdat != NULL)
/src/external/gpl3/gdb.old/dist/bfd/
coffgen.c
2739
struct coff_comdat_info *
s_comdat
;
local
2753
s_comdat
= bfd_coff_get_comdat_section (abfd, sec);
2755
if (
s_comdat
!= NULL)
2756
key =
s_comdat
->name;
2784
if (((
s_comdat
!= NULL) == (l_comdat != NULL)
/src/external/gpl3/gdb/dist/bfd/
coffgen.c
2756
struct coff_comdat_info *
s_comdat
;
local
2770
s_comdat
= bfd_coff_get_comdat_section (abfd, sec);
2772
if (
s_comdat
!= NULL)
2773
key =
s_comdat
->name;
2803
if (((
s_comdat
!= NULL) == (l_comdat != NULL)
Completed in 22 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026