Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/scripts/mod/
H A Dmodpost.h147 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of in get_secindex()
151 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.h163 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
167 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
/kernel/linux/linux-5.10/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.c169 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
177 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/kernel/linux/linux-6.6/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.c175 * Move reserved section indices SHN_LORESERVE..SHN_HIRESERVE out of
183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h299 #define SHN_LORESERVE 0xff00 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h300 #define SHN_LORESERVE 0xff00 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h250 #define SHN_LORESERVE 0xff00 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h250 #define SHN_LORESERVE 0xff00 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h236 #define SHN_LORESERVE 0xff00 macro
/kernel/linux/linux-5.10/tools/objtool/
H A Delf.c423 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
581 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
671 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/kernel/linux/linux-6.6/tools/objtool/
H A Delf.c489 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
605 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
707 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/kernel/linux/linux-6.6/kernel/module/
H A Dkallsyms.c52 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlinker.c822 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) { in linker_sanity_check_elf_symtab()
1833 } else if (sym->st_shndx < SHN_LORESERVE) { in linker_append_elf_sym()
H A Dlibbpf.c4117 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
9175 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c2703 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c3403 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
8607 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()

Completed in 51 milliseconds