Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/scripts/mod/
Dmodpost.h162 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/Linux-v5.10/include/uapi/linux/
Delf.h296 #define SHN_LORESERVE 0xff00 macro
/Linux-v5.10/scripts/
Dsorttable.c173 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
Drecordmcount.h216 if (new_shnum >= SHN_LORESERVE) { in set_shnum()
/Linux-v5.10/tools/objtool/
Delf.c395 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
/Linux-v5.10/kernel/
Dmodule.c2659 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c3402 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
8523 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()