Searched refs:find_section_by_name (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/objtool/ |
D | elf.c | 111 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() function 416 symtab = find_section_by_name(elf, ".symtab"); in read_symbols() 418 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in read_symbols() 739 symtab = find_section_by_name(elf, ".symtab"); in elf_create_section_symbol() 741 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in elf_create_section_symbol() 987 strtab = find_section_by_name(elf, ".strtab"); in elf_add_string() 1078 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section() 1080 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section() 1121 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rel_reloc_section() 1151 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_reloc_section()
|
D | check.c | 555 sec = find_section_by_name(file->elf, ".rela.discard.unreachable"); in add_dead_ends() 590 sec = find_section_by_name(file->elf, ".rela.discard.reachable"); in add_dead_ends() 630 sec = find_section_by_name(file->elf, ".static_call_sites"); in create_static_call_sections() 715 sec = find_section_by_name(file->elf, ".retpoline_sites"); in create_retpoline_sites_sections() 761 sec = find_section_by_name(file->elf, ".return_sites"); in create_return_sites_sections() 807 sec = find_section_by_name(file->elf, ".ibt_endbr_seal"); in create_ibt_endbr_seal_sections() 860 sec = find_section_by_name(file->elf, "__mcount_loc"); in create_mcount_loc_sections() 906 sec = find_section_by_name(file->elf, ".rela.discard.func_stack_frame_non_standard"); in add_ignores() 1141 sec = find_section_by_name(file->elf, ".rela.discard.ignore_alts"); in add_ignore_alternatives() 2036 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints() [all …]
|
D | special.c | 150 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
|
D | orc_gen.c | 222 sec = find_section_by_name(file->elf, ".orc_unwind"); in orc_create()
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | elf.h | 161 struct section *find_section_by_name(const struct elf *elf, const char *name);
|