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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h320 #define SHN_LORESERVE 0xff00 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h165 SHN_LORESERVE = 0xff00, /* reserved for various semantics */ enumerator in enum:__anon16347
/external/kernel-headers/original/uapi/linux/
H A Delf.h292 #define SHN_LORESERVE 0xff00 macro
/external/llvm/include/llvm/Support/
H A DELF.h1249 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator in enum:llvm::ELF::__anon25595
1256 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/external/qemu/include/
H A Delf.h1343 #define SHN_LORESERVE 0xff00 macro
/external/elfutils/0.153/libelf/
H A Delf.h304 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
/external/valgrind/main/perf/
H A Dtinycc.c331 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
18552 } else if (sh_num < SHN_LORESERVE) {
19657 } else if (sym->st_shndx < SHN_LORESERVE) {
20017 sym->st_shndx < SHN_LORESERVE) {

Completed in 262 milliseconds