Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/mod/
Dmodpost.h142 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
/linux-6.12.1/scripts/
Dsorttable.c183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE) in get_symindex()
221 if (new_shnum >= SHN_LORESERVE) { in set_shnum()
/linux-6.12.1/include/uapi/linux/
Delf.h300 #define SHN_LORESERVE 0xff00 macro
/linux-6.12.1/tools/objtool/
Delf.c487 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
603 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
705 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/linux-6.12.1/kernel/module/
Dkallsyms.c52 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/linux-6.12.1/tools/lib/bpf/
Dlinker.c841 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) { in linker_sanity_check_elf_symtab()
1866 } else if (sym->st_shndx < SHN_LORESERVE) { in linker_append_elf_sym()
Dlibbpf.c4516 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
9771 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()