Home
last modified time | relevance | path

Searched refs:relpp (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldcref.c487 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 Dldmain.c1245 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 Dobjcopy.c1961 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 Dobjdump.c2314 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 Dcoffgrok.c140 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 DChangeLog86 * objcopy.c (copy_section): Free relpp if relcount == 0.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldcref.c523 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 Dldmain.c1303 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 Dobjcopy.c2205 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 Dobjdump.c2533 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 Dcoffgrok.c140 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 DChangeLog-2004743 * objcopy.c (copy_section): Free relpp if relcount == 0.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Doasys.c387 arelent **relpp; in oasys_slurp_section_data() local
392 relpp = &section->relocation; in oasys_slurp_section_data()
393 per->reloc_tail_ptr = (oasys_reloc_type **) relpp; in oasys_slurp_section_data()
H A Dieee.c1669 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()