Home
last modified time | relevance | path

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

/linux/tools/objtool/
A Delf.c130 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() function
442 symtab = find_section_by_name(elf, ".symtab"); in read_symbols()
444 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in read_symbols()
732 symtab = find_section_by_name(elf, ".symtab"); in __elf_create_symbol()
734 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in __elf_create_symbol()
1058 strtab = find_section_by_name(elf, ".strtab"); in elf_add_string()
1148 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section()
1150 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section()
1191 rsec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_section()
A Dcheck.c728 sec = find_section_by_name(file->elf, ".static_call_sites"); in create_static_call_sections()
814 sec = find_section_by_name(file->elf, ".retpoline_sites"); in create_retpoline_sites_sections()
852 sec = find_section_by_name(file->elf, ".return_sites"); in create_return_sites_sections()
890 sec = find_section_by_name(file->elf, ".ibt_endbr_seal"); in create_ibt_endbr_seal_sections()
944 sec = find_section_by_name(file->elf, ".cfi_sites"); in create_cfi_sections()
993 sec = find_section_by_name(file->elf, "__mcount_loc"); in create_mcount_loc_sections()
1038 sec = find_section_by_name(file->elf, ".call_sites"); in create_direct_call_sections()
2285 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints()
4335 sec = find_section_by_name(file->elf, ".noinstr.text"); in validate_noinstr_sections()
4341 sec = find_section_by_name(file->elf, ".entry.text"); in validate_noinstr_sections()
[all …]
A Dorc_gen.c124 sec = find_section_by_name(file->elf, ".orc_unwind"); in orc_create()
A Dspecial.c151 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
/linux/tools/objtool/include/objtool/
A Delf.h137 struct section *find_section_by_name(const struct elf *elf, const char *name);

Completed in 24 milliseconds