Home
last modified time | relevance | path

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

/linux-5.15/scripts/mod/ !
H A Dmodpost.h159 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-5.15/include/uapi/linux/ !
H A Delf.h296 #define SHN_LORESERVE 0xff00 macro
/linux-5.15/scripts/ !
H A Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE) in get_symindex()
221 if (new_shnum >= SHN_LORESERVE) { in set_shnum()
A Dsorttable.c177 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-5.15/tools/objtool/ !
A Delf.c396 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
/linux-5.15/tools/lib/bpf/ !
A Dlinker.c827 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) { in linker_sanity_check_elf_symtab()
1824 } else if (sym->st_shndx < SHN_LORESERVE) { in linker_append_elf_sym()
A Dlibbpf.c3664 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
8214 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()
/linux-5.15/kernel/ !
H A Dmodule.c2639 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()