Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arc/kernel/
Dmodule.c85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
/Linux-v5.4/tools/objtool/
Delf.c65 if (sym->type != STT_SECTION && in find_symbol_by_offset()
90 if (sym->type != STT_SECTION && in find_symbol_containing()
258 if (sym->type == STT_SECTION) { in read_symbols()
Dcheck.c321 if (rela->sym->type != STT_SECTION) { in add_dead_ends()
363 if (rela->sym->type != STT_SECTION) { in add_dead_ends()
416 case STT_SECTION: in add_ignores()
526 if (rela->sym->type != STT_SECTION) { in add_ignore_alternatives()
566 } else if (rela->sym->type == STT_SECTION) { in add_jump_destinations()
673 } else if (rela->sym->type == STT_SECTION) { in add_call_destinations()
1031 if (!text_rela || text_rela->sym->type != STT_SECTION || in find_jump_table()
1264 if (rela->sym->type != STT_SECTION) { in read_retpoline_hints()
Dspecial.c126 if (orig_rela->sym->type != STT_SECTION) { in get_alt_entry()
/Linux-v5.4/arch/alpha/kernel/
Dmodule.c260 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/Linux-v5.4/include/uapi/linux/
Delf.h126 #define STT_SECTION 3 macro
/Linux-v5.4/arch/x86/tools/
Drelocs.c148 SYM_TYPE(STT_SECTION), in sym_type()
/Linux-v5.4/scripts/mod/
Dmodpost.c1331 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()