Home
last modified time | relevance | path

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

/Linux-v5.15/tools/objtool/arch/x86/
Dspecial.c104 if (!text_reloc || text_reloc->sym->type != STT_SECTION || in arch_find_switch_table()
/Linux-v5.15/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.15/tools/objtool/
Dcheck.c385 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
420 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
597 case STT_SECTION: in add_ignores()
790 if (reloc->sym->type != STT_SECTION) { in add_ignore_alternatives()
849 } else if (reloc->sym->type == STT_SECTION) { in add_jump_destinations()
996 } else if (reloc->sym->type == STT_SECTION) { in add_call_destinations()
1618 if (reloc->sym->type != STT_SECTION) { in read_retpoline_hints()
1653 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1672 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1702 if (reloc->sym->type != STT_SECTION) { in read_intra_function_calls()
Dorc_dump.c167 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
Delf.c130 if (s->offset == offset && s->type != STT_SECTION) in find_symbol_by_offset()
158 if (s->type != STT_SECTION) in find_symbol_containing()
407 if (GELF_ST_TYPE(sym->sym.st_info) == STT_SECTION) { in read_symbols()
/Linux-v5.15/arch/alpha/kernel/
Dmodule.c260 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/Linux-v5.15/include/uapi/linux/
Delf.h127 #define STT_SECTION 3 macro
/Linux-v5.15/tools/lib/bpf/
Dlinker.c832 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1831 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) { in linker_append_elf_sym()
1972 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym()
2066 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos()
Dlibbpf.c1883 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION in bpf_object__init_user_maps()
3122 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
3831 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION && sym.st_name == 0) in bpf_object__collect_prog_relos()
/Linux-v5.15/Documentation/bpf/
Dllvm_reloc.rst88 symbol table entry 4, symbol ``sec``, which has ``STT_SECTION`` type
/Linux-v5.15/arch/x86/tools/
Drelocs.c151 SYM_TYPE(STT_SECTION), in sym_type()
/Linux-v5.15/scripts/mod/
Dmodpost.c1308 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()