Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/binutils/
HDobjcopy.c2320 arelent **relpp; in copy_section() local
2368 relpp = xmalloc (relsize); in copy_section()
2369 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp); in copy_section()
2383 if (is_specified_symbol (bfd_asymbol_name (*relpp[i]->sym_ptr_ptr), in copy_section()
2385 temp_relpp [temp_relcount++] = relpp [i]; in copy_section()
2387 free (relpp); in copy_section()
2388 relpp = temp_relpp; in copy_section()
2391 bfd_set_reloc (obfd, osection, relcount == 0 ? NULL : relpp, relcount); in copy_section()
2393 free (relpp); in copy_section()
2534 arelent **relpp; in mark_symbols_used_in_relocations() local
[all …]
HDobjdump.c2612 dump_reloc_set (bfd *abfd, asection *sec, arelent **relpp, long relcount) in dump_reloc_set() argument
2636 for (p = relpp; relcount && *p != NULL; p++, relcount--) in dump_reloc_set()
2725 arelent **relpp; in dump_relocs_in_section() local
2748 relpp = xmalloc (relsize); in dump_relocs_in_section()
2749 relcount = bfd_canonicalize_reloc (abfd, section, relpp, syms); in dump_relocs_in_section()
2758 dump_reloc_set (abfd, section, relpp, relcount); in dump_relocs_in_section()
2761 free (relpp); in dump_relocs_in_section()
2774 arelent **relpp; in dump_dynamic_relocs() local
2787 relpp = xmalloc (relsize); in dump_dynamic_relocs()
2788 relcount = bfd_canonicalize_dynamic_reloc (abfd, relpp, dynsyms); in dump_dynamic_relocs()
[all …]
HDcoffgrok.c142 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()
/freebsd-11-stable/contrib/binutils/ld/
HDldcref.c659 arelent **relpp; in check_reloc_refs() local
697 relpp = xmalloc (relsize); in check_reloc_refs()
698 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in check_reloc_refs()
702 p = relpp; in check_reloc_refs()
733 free (relpp); in check_reloc_refs()
HDldmain.c1270 arelent **relpp; in warning_find_reloc() local
1283 relpp = xmalloc (relsize); in warning_find_reloc()
1284 relcount = bfd_canonicalize_reloc (abfd, sec, relpp, info->asymbols); in warning_find_reloc()
1288 p = relpp; in warning_find_reloc()
1306 free (relpp); in warning_find_reloc()
/freebsd-11-stable/contrib/binutils/bfd/
HDieee.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()