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

/external/chromium_org/courgette/
H A Dtypes_elf.h83 SHT_REL = 9, enumerator in enum:sh_type_values
/external/qemu/elff/
H A Delff_elf.h271 #define SHT_REL 9 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h137 SHT_REL = 9, /* relocations entries w/o explicit addends */ enumerator in enum:__anon13988
371 * for section types SHT_REL, SHT_RELA:
/external/qemu/
H A Delf.h1073 #define SHT_REL 9 macro
/external/llvm/include/llvm/Support/
H A DELF.h1129 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator in enum:llvm::ELF::__anon21001
/external/elfutils/libelf/
H A Delf.h332 #define SHT_REL 9 /* Relocation entries, no addends */ macro
496 /* Relocation table entry without addend (in section of type SHT_REL). */
/external/valgrind/main/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 140 milliseconds