Home
last modified time | relevance | path

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

/openbmc/linux/tools/objtool/arch/x86/
H A Dspecial.c98 if (!text_reloc || text_reloc->sym->type != STT_SECTION || in arch_find_switch_table()
H A Ddecode.c629 if (disp->sym->type == STT_SECTION) in arch_decode_instruction()
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dregdef.h79 #define STT_SECTION 3 macro
/openbmc/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()
/openbmc/linux/tools/objtool/
H A Delf.c124 if (s->type != STT_SECTION) in symbol_hole_by_offset()
175 if (iter->offset == offset && iter->type != STT_SECTION) in find_symbol_by_offset()
201 if (iter->type != STT_SECTION) in find_symbol_containing()
500 if (GELF_ST_TYPE(sym->sym.st_info) == STT_SECTION) { in read_symbols()
807 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION); in elf_create_section_symbol()
H A Dorc_dump.c177 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
H A Dcheck.c511 if (func->type == STT_SECTION) in add_pv_ops()
598 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
637 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
1038 case STT_SECTION: in add_ignores()
1274 if (reloc->sym->type != STT_SECTION) { in add_ignore_alternatives()
1566 } else if (reloc->sym->type == STT_SECTION) { in add_jump_destinations()
2330 if (reloc->sym->type != STT_SECTION) { in read_retpoline_hints()
2366 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
2385 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
2413 if (reloc->sym->type != STT_SECTION) { in read_validate_unret_hints()
[all …]
/openbmc/linux/arch/alpha/kernel/
H A Dmodule.c258 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/openbmc/linux/include/uapi/linux/
H A Delf.h131 #define STT_SECTION 3 macro
/openbmc/u-boot/include/
H A Delf.h386 #define STT_SECTION 3 /* section */ macro
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c827 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1840 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) { in linker_append_elf_sym()
1981 if (sym_type == STT_SECTION && dst_sym) { in linker_append_elf_sym()
2071 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) { in linker_append_elf_relos()
H A Dlibbpf.c3585 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
4301 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION && sym->st_name == 0) in bpf_object__collect_prog_relos()
/openbmc/qemu/include/
H A Delf.h297 #define STT_SECTION 3 macro
/openbmc/linux/arch/x86/tools/
H A Drelocs.c159 SYM_TYPE(STT_SECTION), in sym_type()
/openbmc/linux/Documentation/bpf/
H A Dllvm_reloc.rst90 symbol table entry 4, symbol ``sec``, which has ``STT_SECTION`` type