Home
last modified time | relevance | path

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

/linux-6.15/scripts/mod/
H A Dmodpost.h181 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
/linux-6.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()
H A Dsorttable.c406 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/linux-6.15/tools/include/uapi/linux/
H A Delf.h308 #define SHN_LORESERVE 0xff00 macro
/linux-6.15/tools/objtool/
H A Delf.c491 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
604 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
706 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/linux-6.15/include/uapi/linux/
H A Delf.h318 #define SHN_LORESERVE 0xff00 macro
/linux-6.15/kernel/module/
H A Dkallsyms.c52 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/linux-6.15/tools/lib/bpf/
H A Dlinker.c971 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) { in linker_sanity_check_elf_symtab()
2018 } else if (sym->st_shndx < SHN_LORESERVE) { in linker_append_elf_sym()
H A Dlibbpf.c4561 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
9895 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()