OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reloc_cache
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
i386lynx.c
381
arelent *
reloc_cache
;
413
reloc_cache
= (arelent *) bfd_zmalloc (count * sizeof (arelent));
414
if (!
reloc_cache
&& count != 0)
420
free (
reloc_cache
);
427
free (
reloc_cache
);
435
arelent *cache_ptr =
reloc_cache
;
447
arelent *cache_ptr =
reloc_cache
;
458
asect->relocation =
reloc_cache
;
380
arelent *
reloc_cache
;
local
hp300hpux.c
712
arelent *
reloc_cache
;
local
746
reloc_cache
= (arelent *) bfd_zalloc (abfd, count * sizeof (arelent));
747
if (!
reloc_cache
&& count != 0)
753
bfd_release (abfd,
reloc_cache
);
760
bfd_release (abfd,
reloc_cache
);
766
cache_ptr =
reloc_cache
;
775
asect->relocation =
reloc_cache
;
bout.c
684
arelent *
reloc_cache
;
713
reloc_cache
= bfd_malloc (amt);
714
if (!
reloc_cache
)
723
free (
reloc_cache
);
750
for (rptr = relocs, cache_ptr =
reloc_cache
, counter = 0;
862
while (cursor->address > stop && cursor >=
reloc_cache
)
876
asect->relocation =
reloc_cache
;
683
arelent *
reloc_cache
;
local
[
all
...]
aoutx.h
2279
arelent *
reloc_cache
;
local
[
all
...]
pdp11.c
1822
arelent *
reloc_cache
;
local
[
all
...]
coffcode.h
5205
arelent *
reloc_cache
;
local
[
all
...]
Completed in 164 milliseconds