Home
last modified time | relevance | path

Searched refs:orelocation (Results 1 – 25 of 30) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Delf64-sparc.c314 addr = sec->orelocation[idx]->address; in elf64_sparc_write_relocs()
315 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10 in elf64_sparc_write_relocs()
318 arelent *r = sec->orelocation[idx + 1]; in elf64_sparc_write_relocs()
360 ptr = sec->orelocation[idx]; in elf64_sparc_write_relocs()
389 arelent *r = sec->orelocation[idx + 1]; in elf64_sparc_write_relocs()
Delf64-mips.c3977 addr = sec->orelocation[idx]->address; in mips_elf64_write_relocs()
3984 r = sec->orelocation[idx + 1]; in mips_elf64_write_relocs()
4036 ptr = sec->orelocation[idx]; in mips_elf64_write_rel()
4083 r = sec->orelocation[idx + 1]; in mips_elf64_write_rel()
4134 ptr = sec->orelocation[idx]; in mips_elf64_write_rela()
4182 r = sec->orelocation[idx + 1]; in mips_elf64_write_rela()
Dnlm32-i386.c241 rel_ptr_ptr = sec->orelocation; in nlm_i386_mangle_relocs()
Dlinker.c1955 o->orelocation = (struct reloc_cache_entry **) bfd_alloc (abfd, amt); in _bfd_generic_final_link()
1956 if (!o->orelocation) in _bfd_generic_final_link()
2383 if (sec->orelocation == NULL) in _bfd_generic_reloc_link_order()
2470 sec->orelocation[sec->reloc_count] = r; in _bfd_generic_reloc_link_order()
2614 && output_section->orelocation == NULL) in default_indirect_link_order()
Di386lynx.c485 generic = section->orelocation; in NAME()
Doasys.c964 arelent **p = s->orelocation; in oasys_write_data()
969 qsort (s->orelocation, s->reloc_count, sizeof (arelent **), comp); in oasys_write_data()
Driscix.c411 generic = section->orelocation; in riscix_squirt_out_relocs()
Dbfd.c995 asect->orelocation = location; in bfd_set_reloc()
Dreloc.c7618 os->orelocation[os->reloc_count] = *parent; in bfd_generic_get_relocated_section_contents()
Delfcode.h880 if (sec->orelocation == NULL) in elf_write_relocs()
930 ptr = sec->orelocation[idx]; in elf_write_relocs()
Dnlmcode.h1672 rel_ptr_ptr = sec->orelocation; in nlm_write_object_contents()
1710 rel_ptr_ptr = sec->orelocation; in nlm_write_object_contents()
Dbout.c277 generic = section->orelocation; in b_out_squirt_out_relocs()
Dieee.c2207 arelent **p = s->orelocation; in do_with_relocs()
2210 qsort (s->orelocation, in do_with_relocs()
Dcoff-alpha.c1095 os->orelocation[os->reloc_count] = rel; in alpha_ecoff_get_relocated_section_contents()
Dsom.c2834 arelent *reloc = section->orelocation[j]; in som_prep_for_fixups()
2977 arelent *bfd_reloc = subsection->orelocation[j]; in som_write_fixups()
3153 tmp_reloc = subsection->orelocation[tmp]; in som_write_fixups()
Dcoffcode.h2660 p = s->orelocation; in coff_write_relocs()
2671 memcpy (p, s->orelocation, (size_t) amt); in coff_write_relocs()
Daoutx.h2372 if (count == 0 || section->orelocation == NULL) in NAME()
2381 generic = section->orelocation; in NAME()
Dbfd-in2.h1525 struct reloc_cache_entry **orelocation; member
Dvms-alpha.c3656 arelent **rptr = section->orelocation; in _bfd_vms_write_etir()
3678 arelent *rptr = section->orelocation [irel]; in _bfd_vms_write_etir()
Dpdp11.c1929 generic = section->orelocation; in NAME()
/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c2650 sec->orelocation = rpp; in make_one_lib_file()
2675 sec->orelocation = rpp; in make_one_lib_file()
2710 sec->orelocation = rpp; in make_one_lib_file()
2737 sec->orelocation = rpp; in make_one_lib_file()
2775 sec->orelocation = rpp; in make_one_lib_file()
2851 sec->orelocation = rpp; in make_one_lib_file()
2882 sec->orelocation = rpp; in make_one_lib_file()
Dnlmconv.c1264 if (outsec->orelocation != (arelent **) NULL) in copy_sections()
1271 memcpy (combined, outsec->orelocation, in copy_sections()
1275 free (outsec->orelocation); in copy_sections()
1819 assert (got_sec->output_section->orelocation == (arelent **) NULL); in powerpc_resolve_stubs()
/toolchain/binutils/binutils-2.25/ld/
Dldwrite.c394 n->orelocation = 0; in clone_section()
Dpe-dll.c1849 sec->orelocation = xmalloc ((relcount + 1) * sizeof (arelent *)); in save_relocs()
1851 sec->orelocation[i] = sec->relocation + i; in save_relocs()
1852 sec->orelocation[relcount] = 0; in save_relocs()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c6204 nds32_insertion_sort (sec->orelocation, sec->reloc_count, in nds32_set_section_relocs()

12