Home
last modified time | relevance | path

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

/tools/include/uapi/linux/
A Delf.h308 #define SHN_LORESERVE 0xff00 macro
/tools/objtool/
A Delf.c491 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
632 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
734 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/tools/lib/bpf/
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()
A Dlibbpf.c4557 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
9927 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()

Completed in 37 milliseconds