Home
last modified time | relevance | path

Searched refs:get_relocs (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Dnm.c775 get_relocs (bfd *abfd, asection *sec, void *dataarg) in get_relocs() function
894 bfd_map_over_sections (abfd, get_relocs, (void *) &rinfo); in print_symbol()
DChangeLog-91971028 (get_relocs): New static function.
/toolchain/binutils/binutils-2.25/bfd/
Delf64-ppc.c10438 get_relocs (asection *sec, int count) in get_relocs() function
10581 r = get_relocs (stub_entry->stub_sec, 1); in ppc_build_one_stub()
10670 r = get_relocs (htab->brlt, 1); in ppc_build_one_stub()
10705 r = get_relocs (stub_entry->stub_sec, 1 + (PPC_HA (off) != 0)); in ppc_build_one_stub()
10871 r = get_relocs (stub_entry->stub_sec, in ppc_build_one_stub()
12717 Elf_Internal_Rela *r = get_relocs (htab->glink, 1); in ppc64_elf_build_stubs()
DChangeLog2712 to get_relocs for ELFv2.
DChangeLog-20111153 (ppc_build_one_stub): Adjust get_relocs call to suit..
DChangeLog-2010808 (get_relocs): Adjusted to match changes in data structures.
DChangeLog-20082748 (get_relocs): New function, split out from..