OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unique_section_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldlang.c
79
static struct unique_sections *
unique_section_list
;
variable in typeref:struct:unique_sections
401
for (unam =
unique_section_list
; unam; unam = unam->next)
2927
/* Exclude sections that match
UNIQUE_SECTION_LIST
. */
2949
/* Exclude sections that match
UNIQUE_SECTION_LIST
. */
10070
for (ent =
unique_section_list
; ent; ent = ent->next)
10076
ent->next =
unique_section_list
;
10077
unique_section_list
= ent;
/src/external/gpl3/binutils.old/dist/ld/
ldlang.c
81
static struct unique_sections *
unique_section_list
;
variable in typeref:struct:unique_sections
403
for (unam =
unique_section_list
; unam; unam = unam->next)
2944
/* Exclude sections that match
UNIQUE_SECTION_LIST
. */
2966
/* Exclude sections that match
UNIQUE_SECTION_LIST
. */
10004
for (ent =
unique_section_list
; ent; ent = ent->next)
10010
ent->next =
unique_section_list
;
10011
unique_section_list
= ent;
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026