Home
last modified time | relevance | path

Searched refs:is_special_shndx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A Delf.c581 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol() local
584 if (is_special_shndx) 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.c605 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol() local
608 if (is_special_shndx) in elf_update_symbol()
707 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()

Completed in 3 milliseconds