Home
last modified time | relevance | path

Searched refs:Elf64_Rela (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/tools/
Drelocate-rela.c36 static bool supported_rela(Elf64_Rela *rela) in supported_rela()
91 (rela_end - rela_start) % sizeof(Elf64_Rela)) { in main()
99 num = (rela_end - rela_start) / sizeof(Elf64_Rela); in main()
102 Elf64_Rela rela, swrela; in main()
103 uint64_t pos = rela_start + sizeof(Elf64_Rela) * i; in main()
Dmips-relocs.c165 const Elf64_Rela *rel = _rel; in parse_mips64_rela()
/external/u-boot/arch/arm/lib/
Dreloc_aarch64_efi.c45 Elf64_Rela *rel = 0; in _relocate()
52 rel = (Elf64_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate()
83 rel = (Elf64_Rela *)((char *)rel + relent); in _relocate()
/external/elfutils/libelf/
Dgelf_getrela.c87 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d)) in gelf_getrela()
93 result = memcpy (dst, &((Elf64_Rela *) data_scn->d.d_buf)[ndx], in gelf_getrela()
94 sizeof (Elf64_Rela)); in gelf_getrela()
Dgelf_update_rela.c93 if (INVALID_NDX (ndx, Elf64_Rela, &data_scn->d)) in gelf_update_rela()
99 ((Elf64_Rela *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_rela()
Dgelf.h83 typedef Elf64_Rela GElf_Rela;
Delf.h664 } Elf64_Rela; typedef
/external/u-boot/arch/x86/lib/
Drelocate.c51 Elf64_Rela *re_src, Elf64_Rela *re_end) in do_elf_reloc_fixups64()
/external/u-boot/arch/riscv/lib/
Dreloc_riscv_efi.c45 #define Elf_Rela Elf64_Rela
/external/kernel-headers/original/uapi/linux/
Delf.h181 } Elf64_Rela; typedef
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp124 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection()
125 static_assert(sizeof(Elf64_Rela) == 24 && sizeof(Elf32_Rel) == 8, in createRelocationSection()
DIceELFSection.h373 Elf64_Rela Rela; in writeData()
/external/u-boot/include/
Delf.h423 } Elf64_Rela; typedef
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h937 struct Elf64_Rela { struct
/external/llvm/lib/MC/
DELFObjectWriter.cpp963 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection()
1109 struct ELF::Elf64_Rela ERE64; in writeRelocations()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h970 struct Elf64_Rela { struct
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1090 struct Elf64_Rela { struct
/external/llvm/include/llvm/Support/
DELF.h970 struct Elf64_Rela { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp777 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in createRelocationSection()
922 struct ELF::Elf64_Rela ERE64; in writeRelocations()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp693 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rela) : sizeof(ELF::Elf32_Rela); in CreateRelocationSections()
763 struct ELF::Elf64_Rela ERE64; in WriteRelocationsFragment()
/external/kmod/port-gnu/
Delf.h552 } Elf64_Rela; typedef
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp301 …static void *relocateSymbol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const Sectio… in relocateSymbol()
416 …const Elf64_Rela &relocation = ((const Elf64_Rela*)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUUsage.rst755 AMDGPU backend generates ``Elf64_Rela`` relocation records. Supported
/external/llvm/docs/
DCodeGenerator.rst2682 AMDGPU Backend generates *Elf64_Rela* relocation records with the following