HomeSort by relevance Sort by last modified time
    Searched refs:Elf64_Rel (Results 1 - 25 of 47) sorted by null

1 2

  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
reloc_x86_64.c 46 Elf64_Rel *rel = 0;
53 rel = (Elf64_Rel*)
92 rel = (Elf64_Rel*) ((char *) rel + relent);
  /external/syslinux/com32/include/sys/x86_64/
module.h 32 typedef Elf64_Rel Elf_Rel;
  /external/elfutils/libelf/
gelf_getrel.c 86 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d))
92 result = memcpy (dst, &((Elf64_Rel *) data_scn->d.d_buf)[ndx],
93 sizeof (Elf64_Rel));
gelf_update_rel.c 90 if (INVALID_NDX (ndx, Elf64_Rel, &data_scn->d))
96 ((Elf64_Rel *) data_scn->d.d_buf)[ndx] = *src;
gelf.h 80 typedef Elf64_Rel GElf_Rel;
  /external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c 283 Elf64_Rel *crt_rel;
341 crt_rel = (Elf64_Rel*)(rel + i*rel_entry);
354 crt_rel = (Elf64_Rel*)(rel + i*rela_entry);
367 //for (i = 0; i < plt_rel_size/sizeof(Elf64_Rel); i++) {
369 //crt_rel = (Elf64_Rel*)(plt_rel + i*sizeof(Elf64_Rel));
370 crt_rel = (Elf64_Rel*)(plt_rel + i*rela_entry);
  /bionic/tools/relocation_packer/src/
elf_traits.h 50 typedef Elf64_Rel Rel;
  /external/syslinux/com32/include/sys/
elf64.h 37 typedef struct elf64_rel { struct
40 } Elf64_Rel;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 85 typedef llvm::ELF::Elf64_Rel Rel;
GNULDBackend.h 212 /// readRelocation - read ELF64_Rel entry
213 virtual bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
238 /// emitRelocation - write data to the ELF64_Rel entry
239 virtual void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 182 /// readRelocation - read ELF64_Rel entry
183 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
208 /// emitRelocation - write data to the ELF64_Rel entry
209 void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
MipsLDBackend.cpp 913 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel,
971 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel,
    [all...]
  /external/elfutils/src/
xelf.h 172 # define XElf_Rel Elf64_Rel
228 # define XElf_Rel_vardef(name) Elf64_Rel *name
230 name = &((Elf64_Rel *) ((data)->d_buf))[idx]
232 name = &((Elf64_Rel *) ((data)->d_buf))[idx]
274 case ELF_T_REL: fsize = sizeof (Elf64_Rel); break; \
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf64.h 146 } Elf64_Rel;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf64.h 146 } Elf64_Rel;
Elf64Convert.c 82 typedef Elf64_Rel Elf_Rel;
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 74 typedef llvm::ELF::Elf64_Rel Rel;
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 127 typedef llvm::ELF::Elf64_Rel Rel;
  /bionic/libc/kernel/uapi/linux/
elf.h 139 typedef struct elf64_rel { struct
142 } Elf64_Rel;
  /external/kernel-headers/original/uapi/linux/
elf.h 166 typedef struct elf64_rel { struct
169 } Elf64_Rel;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 174 typedef struct elf64_rel { struct
177 } Elf64_Rel;
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 732 size_t entsize = pRegion.size() / sizeof(llvm::ELF::Elf64_Rel);
733 const llvm::ELF::Elf64_Rel* relTab =
734 reinterpret_cast<const llvm::ELF::Elf64_Rel*>(pRegion.begin());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]

Completed in 555 milliseconds

1 2