OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symdefs
(Results
1 - 14
of
14
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
archive64.c
53
ardata->
symdefs
= NULL;
95
ardata->
symdefs
= (struct carsym *) bfd_zalloc (abfd, amt);
96
if (ardata->
symdefs
== NULL)
98
carsyms = ardata->
symdefs
;
99
stringbase = ((char *) ardata->
symdefs
) + carsym_size;
135
bfd_release (abfd, ardata->
symdefs
);
archive.c
226
bfd_ardata (abfd)->
symdefs
= NULL;
272
*entry = (bfd_ardata (abfd)->
symdefs
+ prev);
737
entry = bfd_ardata (abfd)->
symdefs
+ sym_index;
829
bfd_ardata (abfd)->
symdefs
= NULL;
939
ardata->
symdefs
= (struct carsym *) bfd_alloc (abfd, amt);
940
if (!ardata->
symdefs
)
943
for (counter = 0, set = ardata->
symdefs
;
1025
ardata->
symdefs
= (struct carsym *) bfd_zalloc (abfd,
1027
if (ardata->
symdefs
== NULL)
1029
carsyms = ardata->
symdefs
;
[
all
...]
libbfd-in.h
62
needs to be free()'d. For an output archive,
symdefs
do. */
70
carsym *
symdefs
; /* The symdef entries. */
member in struct:artdata
coff64-rs6000.c
[
all
...]
vms-lib.c
530
tdata->artdata.
symdefs
= vms_lib_read_index (abfd, 1, &nbr_ent);
531
if (tdata->artdata.
symdefs
== NULL)
696
tdata->artdata.
symdefs
= NULL;
720
carsym *syms = tdata->artdata.
symdefs
;
[
all
...]
coff-rs6000.c
[
all
...]
libbfd.h
67
needs to be free()'d. For an output archive,
symdefs
do. */
75
carsym *
symdefs
; /* The symdef entries. */
member in struct:artdata
[
all
...]
coff-alpha.c
[
all
...]
ecoff.c
[
all
...]
elflink.c
4947
carsym *
symdefs
;
local
[
all
...]
som.c
[
all
...]
linker.c
[
all
...]
ChangeLog-2010
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
standards.info
[
all
...]
Completed in 937 milliseconds