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

/external/qemu/elff/
H A Delff_elf.h249 #define SHN_LORESERVE 0xff00 macro
/external/grub/stage2/
H A Di386-elf.h84 #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:__anon14851
/external/qemu/
H A Delf.h1095 #define SHN_LORESERVE 0xff00 macro
/external/llvm/include/llvm/Support/
H A DELF.h1107 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator in enum:llvm::ELF::__anon21927
1114 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/external/elfutils/libelf/
H A Delf.h307 #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 148 milliseconds