Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/objtool/
Delf.c130 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() function
384 symtab = find_section_by_name(elf, ".symtab"); in read_symbols()
393 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in read_symbols()
698 symtab = find_section_by_name(elf, ".symtab"); in elf_create_section_symbol()
700 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in elf_create_section_symbol()
948 strtab = find_section_by_name(elf, ".strtab"); in elf_add_string()
1041 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section()
1043 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section()
1084 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rel_reloc_section()
1114 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_reloc_section()
Dcheck.c457 sec = find_section_by_name(file->elf, ".rela.discard.unreachable"); in add_dead_ends()
492 sec = find_section_by_name(file->elf, ".rela.discard.reachable"); in add_dead_ends()
532 sec = find_section_by_name(file->elf, ".static_call_sites"); in create_static_call_sections()
617 sec = find_section_by_name(file->elf, ".retpoline_sites"); in create_retpoline_sites_sections()
663 sec = find_section_by_name(file->elf, ".return_sites"); in create_return_sites_sections()
713 sec = find_section_by_name(file->elf, ".rela.discard.func_stack_frame_non_standard"); in add_ignores()
921 sec = find_section_by_name(file->elf, ".rela.discard.ignore_alts"); in add_ignore_alternatives()
1731 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints()
1819 sec = find_section_by_name(file->elf, ".rela.discard.retpoline_safe"); in read_retpoline_hints()
1856 sec = find_section_by_name(file->elf, ".rela.discard.instr_end"); in read_instr_hints()
[all …]
Dobjtool.c67 file.c_file = !vmlinux && find_section_by_name(file.elf, ".comment"); in objtool_open_read()
Dspecial.c134 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
Delf.h143 struct section *find_section_by_name(const struct elf *elf, const char *name);
Dorc_gen.c219 sec = find_section_by_name(file->elf, ".orc_unwind"); in orc_create()