Home
last modified time | relevance | path

Searched refs:find_section_by_name (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/tools/objtool/
Delf.c86 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() function
350 symtab = find_section_by_name(elf, ".symtab"); in read_symbols()
352 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in read_symbols()
715 strtab = find_section_by_name(elf, ".strtab"); in elf_add_string()
770 symtab = find_section_by_name(elf, ".symtab"); in elf_create_undef_symbol()
798 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in elf_create_undef_symbol()
890 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section()
892 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section()
933 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rel_reloc_section()
963 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_reloc_section()
Dcheck.c380 sec = find_section_by_name(file->elf, ".rela.discard.unreachable"); in add_dead_ends()
415 sec = find_section_by_name(file->elf, ".rela.discard.reachable"); in add_dead_ends()
455 sec = find_section_by_name(file->elf, ".static_call_sites"); in create_static_call_sections()
541 sec = find_section_by_name(file->elf, "__mcount_loc"); in create_mcount_loc_sections()
587 sec = find_section_by_name(file->elf, ".rela.discard.func_stack_frame_non_standard"); in add_ignores()
785 sec = find_section_by_name(file->elf, ".rela.discard.ignore_alts"); in add_ignore_alternatives()
1554 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints()
1613 sec = find_section_by_name(file->elf, ".rela.discard.retpoline_safe"); in read_retpoline_hints()
1648 sec = find_section_by_name(file->elf, ".rela.discard.instr_end"); in read_instr_hints()
1667 sec = find_section_by_name(file->elf, ".rela.discard.instr_begin"); in read_instr_hints()
[all …]
Dobjtool.c131 file.c_file = !vmlinux && find_section_by_name(file.elf, ".comment"); in objtool_open_read()
Dspecial.c158 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
Dorc_gen.c215 sec = find_section_by_name(file->elf, ".orc_unwind"); in orc_create()
/Linux-v5.15/tools/objtool/include/objtool/
Delf.h147 struct section *find_section_by_name(const struct elf *elf, const char *name);
/Linux-v5.15/tools/objtool/arch/x86/
Ddecode.c684 sec = find_section_by_name(elf, ".altinstructions"); in elf_add_alternative()