Searched refs:orelocation (Results 1 – 25 of 30) sorted by relevance
12
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-sparc.c | 314 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()
|
D | elf64-mips.c | 3977 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()
|
D | nlm32-i386.c | 241 rel_ptr_ptr = sec->orelocation; in nlm_i386_mangle_relocs()
|
D | linker.c | 1955 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()
|
D | i386lynx.c | 485 generic = section->orelocation; in NAME()
|
D | oasys.c | 964 arelent **p = s->orelocation; in oasys_write_data() 969 qsort (s->orelocation, s->reloc_count, sizeof (arelent **), comp); in oasys_write_data()
|
D | riscix.c | 411 generic = section->orelocation; in riscix_squirt_out_relocs()
|
D | bfd.c | 995 asect->orelocation = location; in bfd_set_reloc()
|
D | reloc.c | 7618 os->orelocation[os->reloc_count] = *parent; in bfd_generic_get_relocated_section_contents()
|
D | elfcode.h | 880 if (sec->orelocation == NULL) in elf_write_relocs() 930 ptr = sec->orelocation[idx]; in elf_write_relocs()
|
D | nlmcode.h | 1672 rel_ptr_ptr = sec->orelocation; in nlm_write_object_contents() 1710 rel_ptr_ptr = sec->orelocation; in nlm_write_object_contents()
|
D | bout.c | 277 generic = section->orelocation; in b_out_squirt_out_relocs()
|
D | ieee.c | 2207 arelent **p = s->orelocation; in do_with_relocs() 2210 qsort (s->orelocation, in do_with_relocs()
|
D | coff-alpha.c | 1095 os->orelocation[os->reloc_count] = rel; in alpha_ecoff_get_relocated_section_contents()
|
D | som.c | 2834 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()
|
D | coffcode.h | 2660 p = s->orelocation; in coff_write_relocs() 2671 memcpy (p, s->orelocation, (size_t) amt); in coff_write_relocs()
|
D | aoutx.h | 2372 if (count == 0 || section->orelocation == NULL) in NAME() 2381 generic = section->orelocation; in NAME()
|
D | bfd-in2.h | 1525 struct reloc_cache_entry **orelocation; member
|
D | vms-alpha.c | 3656 arelent **rptr = section->orelocation; in _bfd_vms_write_etir() 3678 arelent *rptr = section->orelocation [irel]; in _bfd_vms_write_etir()
|
D | pdp11.c | 1929 generic = section->orelocation; in NAME()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dlltool.c | 2650 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()
|
D | nlmconv.c | 1264 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/ |
D | ldwrite.c | 394 n->orelocation = 0; in clone_section()
|
D | pe-dll.c | 1849 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/ |
D | tc-nds32.c | 6204 nds32_insertion_sort (sec->orelocation, sec->reloc_count, in nds32_set_section_relocs()
|
12