Searched defs:SHT_REL (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)
683 if (sec->sh_type == ELF::SHT_REL)
702 if (sec->sh_type == ELF::SHT_REL)
711 if (sec->sh_type == ELF::SHT_REL)
740 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); member in class:llvm::object::ELF
/external/kernel-headers/original/uapi/linux/
H A Delf.h275 #define SHT_REL 9 macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h202 #define SHT_REL 9 macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h711 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator in enum:llvm::ELF::__anon19692
/external/elfutils/libelf/
H A Delf.h329 #define SHT_REL 9 /* Relocation entries, no addends */ macro
520 /* Relocation table entry without addend (in section of type SHT_REL). */
/external/kmod/port-gnu/
H A Delf.h328 #define SHT_REL 9 /* Relocation entries, no addends */ macro
519 /* Relocation table entry without addend (in section of type SHT_REL). */
/external/valgrind/perf/
H A Dtinycc.c349 #define SHT_REL 9 /* Relocation entries, no addends */ macro
489 /* Relocation table entry without addend (in section of type SHT_REL). */
6828 case SHT_REL:
18364 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags);
18469 if (sr->sh_type == SHT_REL && sr->link == s) {
18929 if (s->sh_type != SHT_REL)
19448 s->sh_type == SHT_REL &&
19530 } else if (s->sh_type == SHT_REL) {
19557 if (s->sh_type == SHT_REL) {
19719 s->sh_type == SHT_REL) {
[all...]

Completed in 271 milliseconds