| /netbsd-src/libexec/ld.elf_so/arch/powerpc/ |
| H A D | ppc_reloc.c | 389 size_t reloff = rela - obj->pltrela; in _rtld_relocate_plt_lazy() 409 if (reloff < 32768) { in _rtld_relocate_plt_lazy() 410 /* li r11,reloff */ in _rtld_relocate_plt_lazy() 411 *where++ = 0x39600000 | reloff; in _rtld_relocate_plt_lazy() 413 /* lis r11,ha(reloff) */ in _rtld_relocate_plt_lazy() 414 /* addi r11,lo(reloff) */ in _rtld_relocate_plt_lazy() 415 *where++ = 0x3d600000 | ha(reloff); in _rtld_relocate_plt_lazy() 416 *where++ = 0x396b0000 | lo(reloff); in _rtld_relocate_plt_lazy() 437 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp) in _rtld_relocate_plt_object() 499 jmptab[reloff] in _rtld_relocate_plt_object() 422 _rtld_relocate_plt_object(const Obj_Entry * obj,const Elf_Rela * rela,int reloff,Elf_Addr * tp) _rtld_relocate_plt_object() argument 519 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument 544 int reloff; _rtld_relocate_plt_objects() local [all...] |
| H A D | rtld_start.S | 114 mr %r4,%r11 # reloff 115 bl _rtld_bind # _rtld_bind(obj, reloff)
|
| /netbsd-src/libexec/ld.elf_so/arch/or1k/ |
| H A D | mdreloc.c | 216 int reloff; in _rtld_relocate_plt_lazy() 218 for (rela = obj->pltrela, reloff = 0; in _rtld_relocate_plt_lazy() 220 rela++, reloff++) { in _rtld_relocate_plt_lazy() 235 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp) in _rtld_relocate_plt_object() 269 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() 271 const Elf_Rela *rela = obj->pltrela + reloff; in _rtld_bind() 278 err = _rtld_relocate_plt_object(obj, rela, reloff, &new_value); in _rtld_bind() 290 int reloff; in _rtld_relocate_plt_objects() 292 for (rela = obj->pltrela, reloff = 0; rela < obj->pltrelalim; rela++, reloff in _rtld_relocate_plt_objects() 214 int reloff; _rtld_relocate_plt_lazy() local 233 _rtld_relocate_plt_object(const Obj_Entry * obj,const Elf_Rela * rela,int reloff,Elf_Addr * tp) _rtld_relocate_plt_object() argument 267 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument 288 int reloff; _rtld_relocate_plt_objects() local [all...] |
| H A D | rtld_start.S | 103 l.ori r4, r11, 0 # reloff 104 l.jal _C_LABEL(_rtld_bind) # _rtld_bind(obj, reloff)
|
| /netbsd-src/libexec/ld.elf_so/arch/m68k/ |
| H A D | rtld_start.S | 68 movel 20(%sp),-(%sp) | push reloff 70 jbsr _rtld_bind@PLTPC | %a0 = _rtld_bind(obj, reloff) 78 addql #4,%sp | skip reloff
|
| H A D | mdreloc.c | 243 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() 245 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff); in _rtld_bind() 241 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument
|
| /netbsd-src/libexec/ld.elf_so/arch/i386/ |
| H A D | rtld_start.S | 70 _rtld_bind_start: # (obj, reloff) 76 pushl 20(%esp) # Copy of reloff 87 leal 4(%esp),%esp # Discard reloff, do not change eflags
|
| H A D | mdreloc.c | 270 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() argument 273 + reloff); in _rtld_bind()
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | libdwarf_reloc.c | 225 Dwarf_Unsigned reloff; in _dwarf_reloc_entry_add() local 230 reloff = offset; in _dwarf_reloc_entry_add() 258 dre->dre_offset = reloff; in _dwarf_reloc_entry_add() 274 Dwarf_Unsigned reloff; in _dwarf_reloc_entry_add_pair() local 280 reloff = offset; in _dwarf_reloc_entry_add_pair() 298 dre[0].dre_offset = reloff; in _dwarf_reloc_entry_add_pair() 304 dre[1].dre_offset = reloff; in _dwarf_reloc_entry_add_pair()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/ |
| H A D | external.h | 49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member 67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
|
| /netbsd-src/external/gpl3/binutils/dist/include/mach-o/ |
| H A D | external.h | 49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member 67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
|
| /netbsd-src/libexec/ld.elf_so/arch/vax/ |
| H A D | mdreloc.c | 197 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() argument 199 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff); in _rtld_bind()
|
| /netbsd-src/libexec/ld.elf_so/arch/sh3/ |
| H A D | mdreloc.c | 237 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() 239 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff); in _rtld_bind() 228 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument
|
| /netbsd-src/libexec/ld.elf_so/arch/x86_64/ |
| H A D | mdreloc.c | 351 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() argument 353 const Elf_Rela *rela = obj->pltrela + reloff; in _rtld_bind()
|
| H A D | rtld_start.S | 74 _rtld_bind_start: # (obj, reloff)
|
| /netbsd-src/libexec/ld.elf_so/arch/sparc/ |
| H A D | rtld_start.S | 73 _rtld_bind_start: # (obj, reloff)
|
| H A D | mdreloc.c | 421 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() 423 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff); in _rtld_bind() 412 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument
|
| /netbsd-src/libexec/ld.elf_so/arch/arm/ |
| H A D | mdreloc.c | 334 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() 336 const Elf_Rel *rel = (const Elf_Rel *)((const uint8_t *)obj->pltrel + reloff); in _rtld_bind() 325 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument
|
| /netbsd-src/libexec/ld.elf_so/arch/alpha/ |
| H A D | alpha_reloc.c | 550 _rtld_bind(const Obj_Entry *obj, Elf_Addr reloff) in _rtld_bind() argument 553 (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff); in _rtld_bind()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| H A D | loader.d | 720 uint reloff; in version() local 757 uint reloff; in version() member 2793 uint reloff; variable 2808 uint reloff; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 110 TempSec.reloff = Sec.reloff; in constructSection() 365 ZeroToOffset(OS, Sec.reloff); in writeRelocations()
|
| H A D | MachOYAML.cpp | 298 IO.mapRequired("reloff", Section.reloff); in mapping() 464 IO.mapRequired("reloff", Section.reloff); in mapping() 479 IO.mapRequired("reloff", Section.reloff); in mapping()
|
| /netbsd-src/libexec/ld.elf_so/arch/hppa/ |
| H A D | hppa_reloc.c | 731 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_relocate_plt_objects() 737 rela = (const Elf_Rela *)((const char *)obj->pltrela + reloff); in _rtld_relocate_plt_objects() 710 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument
|
| /netbsd-src/libexec/ld.elf_so/arch/sparc64/ |
| H A D | mdreloc.c | 528 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) in _rtld_bind() 530 const Elf_Rela *rela = obj->pltrela + reloff; in _rtld_bind() 519 _rtld_bind(const Obj_Entry * obj,Elf_Word reloff) _rtld_bind() argument
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | MachOUtils.cpp | 294 Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections() 296 Sect.offset = Sect.reloff = Sect.nreloc = 0; in transferSegmentAndSections()
|