Home
last modified time | relevance | path

Searched refs:Elf32_Rel (Results 1 – 21 of 21) sorted by relevance

/external/elfutils/libelf/
Dgelf_getrel.c66 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_getrel()
73 Elf32_Rel *src = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_getrel()
Dgelf_update_rel.c62 Elf32_Rel *rel; in gelf_update_rel()
75 if (INVALID_NDX (ndx, Elf32_Rel, &data_scn->d)) in gelf_update_rel()
81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_update_rel()
Delf.h635 } Elf32_Rel; typedef
/external/llvm-project/llvm/test/MC/X86/
Dreloc-directive-elf-32.s14 # X86 relocations use the Elf32_Rel format. Addends are neither stored in the
/external/llvm-project/llvm/test/MC/ARM/
Dreloc-directive.s38 # ARM relocations use the Elf32_Rel format. Addends are neither stored in the
/external/llvm-project/lld/test/ELF/
Di386-zrel-zrela.s3 ## Elf32_Rel dynamic relocations by default, but can use Elf32_Rela with -z rela.
/external/kernel-headers/original/uapi/linux/
Delf.h165 } Elf32_Rel; typedef
/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp123 const Elf64_Xword ShEntSize = ELF64 ? sizeof(Elf64_Rela) : sizeof(Elf32_Rel); in createRelocationSection()
124 static_assert(sizeof(Elf64_Rela) == 24 && sizeof(Elf32_Rel) == 8, in createRelocationSection()
DIceELFSection.h381 Elf32_Rel Rel; in writeData()
/external/llvm/include/llvm/Support/
DELF.h919 struct Elf32_Rel { struct
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h921 struct Elf32_Rel { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1086 struct Elf32_Rel { struct
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1113 struct Elf32_Rel { struct
/external/google-breakpad/src/common/dwarf/
Delf_reader.cc126 typedef Elf32_Rel Rel;
/external/llvm/lib/MC/
DELFObjectWriter.cpp965 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
/external/google-breakpad/src/third_party/musl/include/
Delf.h416 } Elf32_Rel; typedef
/external/kmod/port-gnu/
Delf.h525 } Elf32_Rel; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
/external/llvm-project/llvm/lib/MC/
DELFObjectWriter.cpp795 EntrySize = is64Bit() ? sizeof(ELF::Elf64_Rel) : sizeof(ELF::Elf32_Rel); in createRelocationSection()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp484 static void *relocateSymbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionH… in relocateSymbol()
700 … const Elf32_Rel &relocation = ((const Elf32_Rel *)(elfImage + sectionHeader[i].sh_offset))[index]; in loadImage()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout466 } Elf32_Rel;