Searched refs:SHN_LORESERVE (Results 1 - 8 of 8) sorted by relevance

/linux-master/scripts/mod/
H A Dmodpost.h149 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
153 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE)
/linux-master/scripts/
H A Dsorttable.c175 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE;
H A Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE)
221 if (new_shnum >= SHN_LORESERVE) {
/linux-master/include/uapi/linux/
H A Delf.h300 #define SHN_LORESERVE 0xff00 macro
/linux-master/tools/objtool/
H A Delf.c487 sym->sym.st_shndx < SHN_LORESERVE) ||
603 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE &&
705 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) {
/linux-master/kernel/module/
H A Dkallsyms.c52 if (sym->st_shndx >= SHN_LORESERVE)
/linux-master/tools/lib/bpf/
H A Dlinker.c841 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) {
1852 } else if (sym->st_shndx < SHN_LORESERVE) {
H A Dlibbpf.c4445 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) {
9648 if (shdr_idx >= SHN_LORESERVE) {

Completed in 236 milliseconds