OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reloc_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
write.h
148
struct
reloc_list
struct
150
struct
reloc_list
*next;
173
extern struct
reloc_list
*
reloc_list
;
write.c
119
struct
reloc_list
*
reloc_list
;
variable in typeref:struct:reloc_list
681
/* Resolve U.A.OFFSET_SYM and U.A.SYM fields of
RELOC_LIST
entries,
682
and check for validity. Convert
RELOC_LIST
from using U.A fields
688
struct
reloc_list
*r;
695
for (r =
reloc_list
; r; r = r->next)
1234
const struct
reloc_list
*r)
1264
struct
reloc_list
*my_reloc_list, **rp, *r;
1283
/* Extract relocs for this section from
reloc_list
. */
1284
rp = &
reloc_list
;
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
write.h
148
struct
reloc_list
struct
150
struct
reloc_list
*next;
173
extern struct
reloc_list
*
reloc_list
;
write.c
114
struct
reloc_list
*
reloc_list
;
variable in typeref:struct:reloc_list
672
/* Resolve U.A.OFFSET_SYM and U.A.SYM fields of
RELOC_LIST
entries,
673
and check for validity. Convert
RELOC_LIST
from using U.A fields
679
struct
reloc_list
*r;
686
for (r =
reloc_list
; r; r = r->next)
1225
const struct
reloc_list
*r)
1255
struct
reloc_list
*my_reloc_list, **rp, *r;
1274
/* Extract relocs for this section from
reloc_list
. */
1275
rp = &
reloc_list
;
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026