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/kernel-headers/original/linux/
H A Delf.h262 #define SHN_LORESERVE 0xff00 macro
/external/llvm/include/llvm/Support/
H A DELF.h799 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator in enum:llvm::ELF::__anon8516
806 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/external/qemu/
H A Delf.h1095 #define SHN_LORESERVE 0xff00 macro
/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 506 milliseconds