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

/external/llvm/include/llvm/Object/
H A DELFObjectFile.h611 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
633 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
648 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
719 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA)
734 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/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/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 425 milliseconds