Searched defs:SHT_RELA (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h641 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
663 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
732 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
747 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); member in class:llvm::object::ELF
/external/kernel-headers/original/uapi/linux/
H A Delf.h270 #define SHT_RELA 4 macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h197 #define SHT_RELA 4 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h706 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator in enum:llvm::ELF::__anon19692
/external/elfutils/libelf/
H A Delf.h324 #define SHT_RELA 4 /* Relocation entries with addends */ macro
539 /* Relocation table entry with addend (in section of type SHT_RELA). */
3205 /* M32R relocs use SHT_RELA. */
/external/kmod/port-gnu/
H A Delf.h323 #define SHT_RELA 4 /* Relocation entries with addends */ macro
538 /* Relocation table entry with addend (in section of type SHT_RELA). */
3204 /* M32R relocs use SHT_RELA. */
/external/valgrind/perf/
H A Dtinycc.c344 #define SHT_RELA 4 /* Relocation entries with addends */ macro
508 /* Relocation table entry with addend (in section of type SHT_RELA). */

Completed in 400 milliseconds