Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/mod/
Dmodpost.h163 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/Linux-v5.4/include/uapi/linux/
Delf.h295 #define SHN_LORESERVE 0xff00 macro
/Linux-v5.4/scripts/
Dsortextable.c180 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/Linux-v5.4/tools/objtool/
Delf.c250 sym->sym.st_shndx < SHN_LORESERVE) { in read_symbols()
/Linux-v5.4/kernel/
Dmodule.c2625 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c1777 if (shdr_idx >= SHN_LORESERVE) { in bpf_program__collect_reloc()