Searched refs:reloff (Results 1 - 25 of 59) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dsections-1.d6 align: 0 nreloc: 0 reloff: (00000000)?00000000
11 align: 0 nreloc: 0 reloff: (00000000)?00000000
16 align: 0 nreloc: 0 reloff: (00000000)?00000000
21 align: 0 nreloc: 0 reloff: (00000000)?00000000
26 align: 0 nreloc: 0 reloff: (00000000)?00000000
31 align: 0 nreloc: 0 reloff: (00000000)?00000000
36 align: 0 nreloc: 0 reloff: (00000000)?00000000
41 align: 0 nreloc: 0 reloff: (00000000)?00000000
46 align: 0 nreloc: 0 reloff: (00000000)?00000000
51 align: 0 nreloc: 0 reloff
[all...]
H A Dsections-3.d7 align: 0 nreloc: 0 reloff: (00000000)?00000000
12 align: 2 nreloc: 0 reloff: (00000000)?00000000
17 align: 2 nreloc: 0 reloff: (00000000)?00000000
/netbsd-current/libexec/ld.elf_so/arch/m68k/
H A Drtld_start.S68 movel 20(%sp),-(%sp) | push reloff
70 jbsr _rtld_bind@PLTPC | %a0 = _rtld_bind(obj, reloff)
78 addql #4,%sp | skip reloff
H A Dmdreloc.c241 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
243 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff);
/netbsd-current/libexec/ld.elf_so/arch/or1k/
H A Dmdreloc.c214 int reloff; local
216 for (rela = obj->pltrela, reloff = 0;
218 rela++, reloff++) {
233 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp) argument
267 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
269 const Elf_Rela *rela = obj->pltrela + reloff;
276 err = _rtld_relocate_plt_object(obj, rela, reloff, &new_value);
288 int reloff; local
290 for (rela = obj->pltrela, reloff = 0; rela < obj->pltrelalim; rela++, reloff
[all...]
H A Drtld_start.S103 l.ori r4, r11, 0 # reloff
104 l.jal _C_LABEL(_rtld_bind) # _rtld_bind(obj, reloff)
/netbsd-current/libexec/ld.elf_so/arch/powerpc/
H A Dppc_reloc.c374 size_t reloff = rela - obj->pltrela;
394 if (reloff < 32768) {
395 /* li r11,reloff */
396 *where++ = 0x39600000 | reloff;
398 /* lis r11,ha(reloff) */
399 /* addi r11,lo(reloff) */
400 *where++ = 0x3d600000 | ha(reloff);
401 *where++ = 0x396b0000 | lo(reloff);
422 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp) argument
484 jmptab[reloff]
519 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
544 int reloff; local
[all...]
H A Drtld_start.S114 mr %r4,%r11 # reloff
115 bl _rtld_bind # _rtld_bind(obj, reloff)
/netbsd-current/libexec/ld.elf_so/arch/i386/
H A Drtld_start.S70 _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 Dmdreloc.c270 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
273 + reloff);
/netbsd-current/libexec/ld.elf_so/arch/sparc/
H A Drtld_start.S73 _rtld_bind_start: # (obj, reloff)
H A Dmdreloc.c412 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
414 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff);
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_reloc.c225 Dwarf_Unsigned reloff; local
230 reloff = offset;
258 dre->dre_offset = reloff;
274 Dwarf_Unsigned reloff; local
280 reloff = offset;
298 dre[0].dre_offset = reloff;
304 dre[1].dre_offset = reloff;
/netbsd-current/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
/netbsd-current/external/gpl3/gdb.old/dist/include/mach-o/
H A Dexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
/netbsd-current/external/gpl3/gdb/dist/include/mach-o/
H A Dexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
/netbsd-current/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32_external
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64_external
/netbsd-current/libexec/ld.elf_so/arch/x86_64/
H A Drtld_start.S74 _rtld_bind_start: # (obj, reloff)
H A Dmdreloc.c351 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
353 const Elf_Rela *rela = obj->pltrela + reloff;
/netbsd-current/libexec/ld.elf_so/arch/vax/
H A Dmdreloc.c197 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
199 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff);
/netbsd-current/libexec/ld.elf_so/arch/sh3/
H A Dmdreloc.c228 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
230 const Elf_Rela *rela = (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff);
/netbsd-current/libexec/ld.elf_so/arch/alpha/
H A Dalpha_reloc.c550 _rtld_bind(const Obj_Entry *obj, Elf_Addr reloff) argument
553 (const Elf_Rela *)((const uint8_t *)obj->pltrela + reloff);
/netbsd-current/libexec/ld.elf_so/arch/arm/
H A Dmdreloc.c325 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
327 const Elf_Rel *rel = (const Elf_Rel *)((const uint8_t *)obj->pltrel + reloff);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DMachOUtils.cpp294 Sect.reloff = Sect.nreloc = 0;
296 Sect.offset = Sect.reloff = Sect.nreloc = 0;
/netbsd-current/libexec/ld.elf_so/arch/hppa/
H A Dhppa_reloc.c710 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff) argument
716 rela = (const Elf_Rela *)((const char *)obj->pltrela + reloff);

Completed in 222 milliseconds

123