Home
last modified time | relevance | path

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

/linux/tools/objtool/
A 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()
716 strtab = find_section_by_name(elf, ".strtab"); in elf_add_string()
807 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section()
809 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section()
850 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rel_reloc_section()
880 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_reloc_section()
A Dcheck.c532 sec = find_section_by_name(file->elf, ".rela.discard.unreachable"); in add_dead_ends()
567 sec = find_section_by_name(file->elf, ".rela.discard.reachable"); in add_dead_ends()
607 sec = find_section_by_name(file->elf, ".static_call_sites"); in create_static_call_sections()
692 sec = find_section_by_name(file->elf, ".retpoline_sites"); in create_retpoline_sites_sections()
739 sec = find_section_by_name(file->elf, "__mcount_loc"); in create_mcount_loc_sections()
983 sec = find_section_by_name(file->elf, ".rela.discard.ignore_alts"); in add_ignore_alternatives()
1799 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints()
1898 sec = find_section_by_name(file->elf, ".rela.discard.instr_end"); in read_instr_hints()
1917 sec = find_section_by_name(file->elf, ".rela.discard.instr_begin"); in read_instr_hints()
3411 sec = find_section_by_name(file->elf, ".noinstr.text"); in validate_vmlinux_functions()
[all …]
A Dspecial.c150 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
A Dobjtool.c131 file.c_file = !vmlinux && find_section_by_name(file.elf, ".comment"); in objtool_open_read()
A Dorc_gen.c222 sec = find_section_by_name(file->elf, ".orc_unwind"); in orc_create()
/linux/tools/objtool/include/objtool/
A Delf.h150 struct section *find_section_by_name(const struct elf *elf, const char *name);

Completed in 17 milliseconds