Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
H A Dspecial.c92 if (!text_reloc || text_reloc->sym->type != STT_SECTION || in arch_find_switch_table()
/linux/arch/arc/kernel/
H A Dmodule.c85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
/linux/tools/objtool/
H A Dorc_dump.c119 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
H A Dcheck.c568 if (func->type == STT_SECTION) in add_pv_ops()
1003 case STT_SECTION: in add_ignores()
1506 } else if (reloc->sym->type == STT_SECTION) { in add_jump_destinations()
1614 * STT_SECTION reloc. in add_jump_destinations()
1677 } else if (reloc->sym->type == STT_SECTION) { in add_call_destinations()
2228 if (reloc->sym->type == STT_SECTION) { in read_unwind_hints()
/linux/arch/alpha/kernel/
H A Dmodule.c258 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/linux/tools/include/uapi/linux/
H A Delf.h136 #define STT_SECTION 3 macro
/linux/tools/lib/bpf/
H A Dlinker.c125 /* corresponding STT_SECTION symbol index in SYMTAB */
976 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
2024 /* allow only one STT_SECTION symbol per section */ in linker_append_elf_sym()
2025 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) { in linker_append_elf_sym()
2166 if (sym_type == STT_SECTION && dst_sec) { in linker_append_elf_sym()
2256 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos()
2276 pr_warn("relocation against STT_SECTION in non-exec section is not supported!\n"); in linker_append_elf_relos()
H A Dlibbpf.c4023 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
4756 * in such case, symbol will be STT_SECTION and sym.st_name in bpf_object__collect_prog_relos()
4760 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION && sym->st_name == 0) in bpf_object__collect_prog_relos()
6449 * relocation is against STT_SECTION and insn->imm in bpf_object__reloc_code()