Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
A Dspecial.c104 if (!text_reloc || text_reloc->sym->type != STT_SECTION || in arch_find_switch_table()
A Ddecode.c567 if (disp->sym->type == STT_SECTION) in arch_decode_instruction()
/linux/tools/objtool/
A Dcheck.c445 if (func->type == STT_SECTION) in add_pv_ops()
537 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
572 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
795 case STT_SECTION: in add_ignores()
988 if (reloc->sym->type != STT_SECTION) { in add_ignore_alternatives()
1180 } else if (reloc->sym->type == STT_SECTION) { in add_jump_destinations()
1299 } else if (reloc->sym->type == STT_SECTION) { in add_call_destinations()
1868 if (reloc->sym->type != STT_SECTION) { in read_retpoline_hints()
1903 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1922 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
[all …]
A Dorc_dump.c167 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
A 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()
408 if (GELF_ST_TYPE(sym->sym.st_info) == STT_SECTION) { in read_symbols()
/linux/arch/arc/kernel/
A Dmodule.c85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) { in apply_relocate_add()
/linux/arch/alpha/kernel/
A Dmodule.c260 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/linux/include/uapi/linux/
A Delf.h127 #define STT_SECTION 3 macro
/linux/tools/lib/bpf/
A Dlinker.c831 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1830 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) { in linker_append_elf_sym()
1971 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym()
2065 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos()
A Dlibbpf.c1934 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION) in bpf_object__init_user_maps()
1958 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION) in bpf_object__init_user_maps()
3360 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
4075 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION && sym->st_name == 0) in bpf_object__collect_prog_relos()
/linux/Documentation/bpf/
A Dllvm_reloc.rst88 symbol table entry 4, symbol ``sec``, which has ``STT_SECTION`` type
/linux/arch/x86/tools/
A Drelocs.c158 SYM_TYPE(STT_SECTION), in sym_type()
/linux/scripts/mod/
A Dmodpost.c1308 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()

Completed in 48 milliseconds