Searched refs:relpp (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldcref.c | 643 arelent **relpp; in check_reloc_refs() local 681 relpp = (arelent **) xmalloc (relsize); in check_reloc_refs() 682 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in check_reloc_refs() 686 p = relpp; in check_reloc_refs() 717 free (relpp); in check_reloc_refs()
|
D | ldmain.c | 1240 arelent **relpp; in warning_find_reloc() local 1253 relpp = (arelent **) xmalloc (relsize); in warning_find_reloc() 1254 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in warning_find_reloc() 1258 p = relpp; in warning_find_reloc() 1276 free (relpp); in warning_find_reloc()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 2894 arelent **relpp; in copy_relocations_in_section() local 2931 relpp = (arelent **) xmalloc (relsize); in copy_relocations_in_section() 2932 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp); in copy_relocations_in_section() 2951 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr), in copy_relocations_in_section() 2953 temp_relpp [temp_relcount++] = relpp [i]; in copy_relocations_in_section() 2955 free (relpp); in copy_relocations_in_section() 2956 relpp = temp_relpp; in copy_relocations_in_section() 2959 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount); in copy_relocations_in_section() 2963 free (relpp); in copy_relocations_in_section() 3139 arelent **relpp; in mark_symbols_used_in_relocations() local [all …]
|
D | objdump.c | 2921 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount) in dump_reloc_set() argument 2947 for (p = relpp; relcount && *p != NULL; p++, relcount--) in dump_reloc_set() 3095 arelent **relpp; in dump_relocs_in_section() local 3118 relpp = (arelent **) xmalloc (relsize); in dump_relocs_in_section() 3119 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in dump_relocs_in_section() 3132 dump_reloc_set (abfd, section, relpp, relcount); in dump_relocs_in_section() 3135 free (relpp); in dump_relocs_in_section() 3148 arelent **relpp; in dump_dynamic_relocs() local 3161 relpp = (arelent **) xmalloc (relsize); in dump_dynamic_relocs() 3162 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsyms); in dump_dynamic_relocs() [all …]
|
D | coffgrok.c | 142 arelent **relpp; in do_sections_p1() local 150 relpp = (arelent **) xmalloc (relsize); in do_sections_p1() 151 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in do_sections_p1()
|
D | ChangeLog-2004 | 743 * objcopy.c (copy_section): Free relpp if relcount == 0.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | oasys.c | 388 arelent **relpp; in oasys_slurp_section_data() local 393 relpp = §ion->relocation; in oasys_slurp_section_data() 394 per->reloc_tail_ptr = (oasys_reloc_type **) relpp; in oasys_slurp_section_data()
|
D | ieee.c | 1676 arelent **relpp; in ieee_slurp_section_data() local 1683 relpp = &s->relocation; in ieee_slurp_section_data() 1684 per->reloc_tail_ptr = (ieee_reloc_type **) relpp; in ieee_slurp_section_data()
|