Searched refs:SHN_HIRESERVE (Results 1 - 10 of 10) sorted by relevance

/external/elfutils/libebl/
H A Deblsectionname.c80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
/external/kernel-headers/original/uapi/linux/
H A Delf.h297 #define SHN_HIRESERVE 0xffff macro
/external/elfutils/libasm/
H A Dasm_end.c440 if (unlikely (shstrscnndx > SHN_HIRESERVE)
/external/llvm/include/llvm/Object/
H A DELF.h329 if (Header->e_shstrndx == ELF::SHN_HIRESERVE)
/external/elfutils/src/
H A Dldgeneric.c519 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
520 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
655 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
680 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE)
1418 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1490 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1606 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE))
5284 || file->scninfo[xndx].outscnndx > SHN_HIRESERVE);
6514 || shndx > SHN_HIRESERVE)
6902 if (likely (shstrtab_ndx < SHN_HIRESERVE)
[all...]
H A Di386_ld.c141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE);
H A Dstrip.c866 && scnidx <= SHN_HIRESERVE
2053 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX))
/external/llvm/include/llvm/Support/
H A DELF.h638 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator in enum:llvm::ELF::__anon12036
/external/elfutils/libelf/
H A Delf.h316 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro
/external/valgrind/perf/
H A Dtinycc.c336 #define SHN_HIRESERVE 0xffff /* End of reserved indices */ macro

Completed in 182 milliseconds