Home
last modified time | relevance | path

Searched refs:STT_SECTION (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/arch/x86/
H A Dspecial.c104 if (!text_reloc || text_reloc->sym->type != STT_SECTION || in arch_find_switch_table()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/objtool/
H A Dorc_dump.c166 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) { in orc_dump()
H A Dcheck.c464 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
499 if (reloc->sym->type != STT_SECTION) { in add_dead_ends()
727 case STT_SECTION: in add_ignores()
932 if (reloc->sym->type != STT_SECTION) { in add_ignore_alternatives()
1150 } else if (reloc->sym->type == STT_SECTION) { in add_jump_destinations()
1286 } else if (reloc->sym->type == STT_SECTION) { in add_call_destinations()
1847 if (reloc->sym->type != STT_SECTION) { in read_retpoline_hints()
1884 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1903 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
1933 if (reloc->sym->type != STT_SECTION) { in read_intra_function_calls()
[all...]
H A 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()
434 if (GELF_ST_TYPE(sym->sym.st_info) == STT_SECTION) { in read_symbols()
716 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION); in elf_create_section_symbol()
/kernel/linux/linux-6.6/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()
1644 * STT_SECTION reloc. in add_jump_destinations()
1701 } else if (reloc->sym->type == STT_SECTION) { in add_call_destinations()
2330 if (reloc->sym->type != STT_SECTION) { in read_retpoline_hints()
2366 if (reloc->sym->type != STT_SECTION) { in read_instr_hints()
[all...]
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dmodule.c258 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dmodule.c258 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION) in apply_relocate_add()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h130 #define STT_SECTION 3 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h131 #define STT_SECTION 3 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h108 #define STT_SECTION 3 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h108 #define STT_SECTION 3 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h94 #define STT_SECTION 3 macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlinker.c119 /* corresponding STT_SECTION symbol index in SYMTAB */
827 if (sym_type == STT_SECTION) { in linker_sanity_check_elf_symtab()
1839 /* allow only one STT_SECTION symbol per section */ in linker_append_elf_sym()
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()
2091 pr_warn("relocation against STT_SECTION in non-exec section is not supported!\n"); in linker_append_elf_relos()
H A Dlibbpf.c3585 if (bind == STB_LOCAL && type == STT_SECTION) in sym_is_subprog()
4297 * in such case, symbol will be STT_SECTION and sym.st_name in bpf_object__collect_prog_relos()
4301 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION && sym->st_name == 0) in bpf_object__collect_prog_relos()
6278 * relocation is against STT_SECTION and insn->imm in bpf_object__reloc_code()
/kernel/linux/linux-5.10/arch/x86/tools/
H A Drelocs.c148 SYM_TYPE(STT_SECTION), in sym_type()
/kernel/linux/linux-6.6/arch/x86/tools/
H A Drelocs.c159 SYM_TYPE(STT_SECTION), in sym_type()
/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c1316 if (ELF_ST_TYPE(sym->st_info) == STT_SECTION) in find_elf_symbol()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c3546 * in such case, symbol will be STT_SECTION and sym.st_name in bpf_object__collect_prog_relos()
3550 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION && sym.st_name == 0) in bpf_object__collect_prog_relos()
6242 * relocation is against STT_SECTION and insn->imm in bpf_object__reloc_code()

Completed in 56 milliseconds