Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arc/kernel/
Dmodule.c88 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
/Linux-v4.19/tools/objtool/
Delf.c75 if (sym->type != STT_SECTION && in find_symbol_by_offset()
100 if (sym->type != STT_SECTION && in find_symbol_containing()
267 if (sym->type == STT_SECTION) { in read_symbols()
Dspecial.c120 if (orig_rela->sym->type != STT_SECTION) { in get_alt_entry()
Dcheck.c119 if (rela->sym->type == STT_SECTION && in ignore_func()
356 if (rela->sym->type != STT_SECTION) { in add_dead_ends()
398 if (rela->sym->type != STT_SECTION) { in add_dead_ends()
471 if (rela->sym->type != STT_SECTION) { in add_nospec_ignores()
511 } else if (rela->sym->type == STT_SECTION) { in add_jump_destinations()
602 } else if (rela->sym->type == STT_SECTION) { in add_call_destinations()
1177 if (rela->sym->type != STT_SECTION) { in read_retpoline_hints()
/Linux-v4.19/arch/alpha/kernel/
Dmodule.c272 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/Linux-v4.19/include/uapi/linux/
Delf.h126 #define STT_SECTION 3 macro
/Linux-v4.19/arch/x86/tools/
Drelocs.c146 SYM_TYPE(STT_SECTION), in sym_type()
/Linux-v4.19/scripts/mod/
Dmodpost.c1230 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()