/openbsd-src/gnu/usr.bin/binutils/ld/ |
H A D | ldcref.c | 487 arelent **relpp; in check_reloc_refs() local 521 relpp = xmalloc (relsize); in check_reloc_refs() 522 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in check_reloc_refs() 526 p = relpp; in check_reloc_refs() 549 free (relpp); in check_reloc_refs()
|
H A D | ldmain.c | 1245 arelent **relpp; in warning_find_reloc() local 1258 relpp = xmalloc (relsize); in warning_find_reloc() 1259 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in warning_find_reloc() 1263 p = relpp; in warning_find_reloc() 1280 free (relpp); in warning_find_reloc()
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | objcopy.c | 1961 arelent **relpp; in copy_section() local 2009 relpp = xmalloc (relsize); in copy_section() 2010 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp); in copy_section() 2024 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr), in copy_section() 2026 temp_relpp [temp_relcount++] = relpp [i]; in copy_section() 2028 free (relpp); in copy_section() 2029 relpp = temp_relpp; in copy_section() 2032 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount); in copy_section() 2034 free (relpp); in copy_section() 2149 arelent **relpp; in mark_symbols_used_in_relocations() local [all …]
|
H A D | objdump.c | 2314 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount) in dump_reloc_set() argument 2338 for (p = relpp; relcount && *p != NULL; p++, relcount--) in dump_reloc_set() 2430 arelent **relpp; in dump_relocs_in_section() local 2453 relpp = xmalloc (relsize); in dump_relocs_in_section() 2454 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in dump_relocs_in_section() 2463 dump_reloc_set (abfd, section, relpp, relcount); in dump_relocs_in_section() 2466 free (relpp); in dump_relocs_in_section() 2479 arelent **relpp; in dump_dynamic_relocs() local 2492 relpp = xmalloc (relsize); in dump_dynamic_relocs() 2493 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsyms); in dump_dynamic_relocs() [all …]
|
H A D | coffgrok.c | 140 arelent **relpp; in do_sections_p1() local 148 relpp = (arelent **) xmalloc (relsize); in do_sections_p1() 149 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in do_sections_p1()
|
H A D | ChangeLog | 86 * objcopy.c (copy_section): Free relpp if relcount == 0.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
H A D | ldcref.c | 523 arelent **relpp; in check_reloc_refs() local 561 relpp = xmalloc (relsize); in check_reloc_refs() 562 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in check_reloc_refs() 566 p = relpp; in check_reloc_refs() 597 free (relpp); in check_reloc_refs()
|
H A D | ldmain.c | 1303 arelent **relpp; in warning_find_reloc() local 1316 relpp = xmalloc (relsize); in warning_find_reloc() 1317 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in warning_find_reloc() 1321 p = relpp; in warning_find_reloc() 1339 free (relpp); in warning_find_reloc()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | objcopy.c | 2205 arelent **relpp; in copy_section() local 2253 relpp = xmalloc (relsize); in copy_section() 2254 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp); in copy_section() 2268 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr), in copy_section() 2270 temp_relpp [temp_relcount++] = relpp [i]; in copy_section() 2272 free (relpp); in copy_section() 2273 relpp = temp_relpp; in copy_section() 2276 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount); in copy_section() 2278 free (relpp); in copy_section() 2390 arelent **relpp; in mark_symbols_used_in_relocations() local [all …]
|
H A D | objdump.c | 2533 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount) in dump_reloc_set() argument 2557 for (p = relpp; relcount && *p != NULL; p++, relcount--) in dump_reloc_set() 2646 arelent **relpp; in dump_relocs_in_section() local 2669 relpp = xmalloc (relsize); in dump_relocs_in_section() 2670 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in dump_relocs_in_section() 2679 dump_reloc_set (abfd, section, relpp, relcount); in dump_relocs_in_section() 2682 free (relpp); in dump_relocs_in_section() 2695 arelent **relpp; in dump_dynamic_relocs() local 2708 relpp = xmalloc (relsize); in dump_dynamic_relocs() 2709 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsyms); in dump_dynamic_relocs() [all …]
|
H A D | coffgrok.c | 140 arelent **relpp; in do_sections_p1() local 148 relpp = (arelent **) xmalloc (relsize); in do_sections_p1() 149 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in do_sections_p1()
|
H A D | ChangeLog-2004 | 743 * objcopy.c (copy_section): Free relpp if relcount == 0.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | oasys.c | 387 arelent **relpp; in oasys_slurp_section_data() local 392 relpp = §ion->relocation; in oasys_slurp_section_data() 393 per->reloc_tail_ptr = (oasys_reloc_type **) relpp; in oasys_slurp_section_data()
|
H A D | ieee.c | 1669 arelent **relpp; in ieee_slurp_section_data() local 1676 relpp = &s->relocation; in ieee_slurp_section_data() 1677 per->reloc_tail_ptr = (ieee_reloc_type **) relpp; in ieee_slurp_section_data()
|