HomeSort by: relevance | last modified time | path
    Searched defs:reloff (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/libexec/ld.elf_so/arch/or1k/
mdreloc.c 216 int reloff; local
218 for (rela = obj->pltrela, reloff = 0;
220 rela++, reloff++) {
235 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp)
269 _rtld_bind(const Obj_Entry *obj, Elf_Word reloff)
271 const Elf_Rela *rela = obj->pltrela + reloff;
278 err = _rtld_relocate_plt_object(obj, rela, reloff, &new_value);
290 int reloff; local
292 for (rela = obj->pltrela, reloff = 0; rela < obj->pltrelalim; rela++, reloff++)
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_reloc.c 233 Dwarf_Unsigned reloff; local
238 reloff = offset;
266 dre->dre_offset = reloff;
282 Dwarf_Unsigned reloff; local
288 reloff = offset;
306 dre[0].dre_offset = reloff;
312 dre[1].dre_offset = reloff;
  /src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c 389 size_t reloff = rela - obj->pltrela;
409 if (reloff < 32768) {
410 /* li r11,reloff */
411 *where++ = 0x39600000 | reloff;
413 /* lis r11,ha(reloff) */
414 /* addi r11,lo(reloff) */
415 *where++ = 0x3d600000 | ha(reloff);
416 *where++ = 0x396b0000 | lo(reloff);
437 _rtld_relocate_plt_object(const Obj_Entry *obj, const Elf_Rela *rela, int reloff, Elf_Addr *tp)
499 jmptab[reloff] = value
559 int reloff; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
MachOYAML.h 51 llvm::yaml::Hex32 reloff; member in struct:llvm::MachOYAML::Section
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
961 /* reloff left as zero. */
986 /* reloff left as zero. */
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_32
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member in struct:mach_o_section_64
972 /* reloff left as zero. */
997 /* reloff left as zero. */
  /src/external/gpl3/binutils/dist/bfd/
mach-o.h 71 bfd_vma reloff; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
xcofflink.c 275 bfd_vma reloff = bfd_xcoff_loader_reloc_offset (abfd, ldhdr);
276 if (reloff > lsec->size)
281 || rels > lsec->size - reloff)
274 bfd_vma reloff = bfd_xcoff_loader_reloc_offset (abfd, ldhdr); local
  /src/external/gpl3/binutils/dist/include/mach-o/
external.h 49 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
  /src/external/gpl3/binutils.old/dist/bfd/
mach-o.h 71 bfd_vma reloff; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
xcofflink.c 275 bfd_vma reloff = bfd_xcoff_loader_reloc_offset (abfd, ldhdr);
276 if (reloff > lsec->size)
281 || rels > lsec->size - reloff)
274 bfd_vma reloff = bfd_xcoff_loader_reloc_offset (abfd, ldhdr); local
  /src/external/gpl3/binutils.old/dist/include/mach-o/
external.h 49 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
  /src/external/gpl3/gcc/dist/libbacktrace/
macho.c 225 uint32_t reloff; /* File offset of relocations */ member in struct:macho_section
242 uint32_t reloff; /* File offset of section relocations */ member in struct:macho_section_64
  /src/external/gpl3/gcc.old/dist/libbacktrace/
macho.c 225 uint32_t reloff; /* File offset of relocations */ member in struct:macho_section
242 uint32_t reloff; /* File offset of section relocations */ member in struct:macho_section_64
  /src/external/gpl3/gdb/dist/libbacktrace/
macho.c 225 uint32_t reloff; /* File offset of relocations */ member in struct:macho_section
242 uint32_t reloff; /* File offset of section relocations */ member in struct:macho_section_64
  /src/external/gpl3/gdb.old/dist/bfd/
mach-o.h 71 bfd_vma reloff; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
  /src/external/gpl3/gdb.old/dist/include/mach-o/
external.h 49 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
  /src/external/gpl3/gdb.old/dist/libbacktrace/
macho.c 225 uint32_t reloff; /* File offset of relocations */ member in struct:macho_section
242 uint32_t reloff; /* File offset of section relocations */ member in struct:macho_section_64
  /src/external/gpl3/gdb/dist/bfd/
mach-o.h 71 bfd_vma reloff; member in struct:bfd_mach_o_section
351 structures (and the reloff and nreloc fields in the section headers are
xcofflink.c 275 bfd_vma reloff = bfd_xcoff_loader_reloc_offset (abfd, ldhdr);
276 if (reloff > lsec->size)
281 || rels > lsec->size - reloff)
274 bfd_vma reloff = bfd_xcoff_loader_reloc_offset (abfd, ldhdr); local
  /src/external/gpl3/gdb/dist/include/mach-o/
external.h 49 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

Completed in 122 milliseconds

1 2