Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/arch/x86/
Dspecial.c104 if (!text_reloc || text_reloc->sym->type != STT_SECTION || in arch_find_switch_table()
/Linux-v5.10/tools/objtool/
Dcheck.c368 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
403 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
546 case STT_SECTION: in add_ignores()
739 if (reloc->sym->type != STT_SECTION) { in add_ignore_alternatives()
778 } else if (reloc->sym->type == STT_SECTION) { in add_jump_destinations()
920 } else if (reloc->sym->type == STT_SECTION) { in add_call_destinations()
1462 if (reloc->sym->type != STT_SECTION) { in read_retpoline_hints()
1497 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1516 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1546 if (reloc->sym->type != STT_SECTION) { in read_intra_function_calls()
Dorc_dump.c166 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
Dspecial.c90 if (orig_reloc->sym->type != STT_SECTION) { in get_alt_entry()
Delf.c171 if (s->offset == offset && s->type != STT_SECTION) in find_symbol_by_offset()
199 if (s->type != STT_SECTION) in find_symbol_containing()
406 if (sym->type == STT_SECTION) { in read_symbols()
/Linux-v5.10/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.10/arch/alpha/kernel/
Dmodule.c260 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/Linux-v5.10/include/uapi/linux/
Delf.h127 #define STT_SECTION 3 macro
/Linux-v5.10/arch/x86/tools/
Drelocs.c148 SYM_TYPE(STT_SECTION), in sym_type()
/Linux-v5.10/scripts/mod/
Dmodpost.c1319 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c3546 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION && sym.st_name == 0) in bpf_object__collect_prog_relos()