Searched defs:SHT_NOTE (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/courgette/ | ||
H A D | types_elf.h | 81 SHT_NOTE = 7, enumerator in enum:sh_type_values |
/external/qemu/elff/ | ||
H A D | elff_elf.h | 269 #define SHT_NOTE 7 macro |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ | ||
H A D | elf.h | 135 SHT_NOTE = 7, /* extra data marking the file somehow */ enumerator in enum:__anon14849 |
/external/qemu/ | ||
H A D | elf.h | 1071 #define SHT_NOTE 7 macro |
/external/llvm/include/llvm/Support/ | ||
H A D | ELF.h | 1127 SHT_NOTE = 7, // Information about the file. enumerator in enum:llvm::ELF::__anon21928 |
/external/elfutils/libelf/ | ||
H A D | elf.h | 330 #define SHT_NOTE 7 /* Notes */ macro |
/external/valgrind/main/perf/ | ||
H A D | tinycc.c | 347 #define SHT_NOTE 7 /* Notes */ macro |
Completed in 430 milliseconds