Searched refs:find_section_by_name (Results 1 – 6 of 6) sorted by relevance
| /tools/objtool/arch/loongarch/ |
| A D | special.c | 32 rsec = find_section_by_name(file->elf, ".rela.discard.tablejump_annotate"); in get_rodata_table_size_by_table_annotate() 120 rsec = find_section_by_name(file->elf, ".rela.discard.tablejump_annotate"); in find_reloc_by_table_annotate()
|
| /tools/objtool/ |
| A D | elf.c | 130 struct section *find_section_by_name(const struct elf *elf, const char *name) in find_section_by_name() function 446 symtab = find_section_by_name(elf, ".symtab"); in read_symbols() 448 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in read_symbols() 580 symtab = find_section_by_name(elf, ".symtab"); in mark_group_syms() 761 symtab = find_section_by_name(elf, ".symtab"); in __elf_create_symbol() 763 symtab_shndx = find_section_by_name(elf, ".symtab_shndx"); in __elf_create_symbol() 1091 strtab = find_section_by_name(elf, ".strtab"); in elf_add_string() 1181 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section() 1183 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section() 1224 rsec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_section()
|
| A D | orc_gen.c | 124 sec = find_section_by_name(file->elf, ".orc_unwind"); in orc_create()
|
| A D | special.c | 141 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
|
| A D | check.c | 641 sec = find_section_by_name(file->elf, ".static_call_sites"); in create_static_call_sections() 724 sec = find_section_by_name(file->elf, ".retpoline_sites"); in create_retpoline_sites_sections() 762 sec = find_section_by_name(file->elf, ".return_sites"); in create_return_sites_sections() 800 sec = find_section_by_name(file->elf, ".ibt_endbr_seal"); in create_ibt_endbr_seal_sections() 857 sec = find_section_by_name(file->elf, ".cfi_sites"); in create_cfi_sections() 906 sec = find_section_by_name(file->elf, "__mcount_loc"); in create_mcount_loc_sections() 951 sec = find_section_by_name(file->elf, ".call_sites"); in create_direct_call_sections() 2203 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints() 4249 sec = find_section_by_name(file->elf, ".noinstr.text"); in validate_noinstr_sections() 4255 sec = find_section_by_name(file->elf, ".entry.text"); in validate_noinstr_sections() [all …]
|
| /tools/objtool/include/objtool/ |
| A D | elf.h | 139 struct section *find_section_by_name(const struct elf *elf, const char *name);
|
Completed in 18 milliseconds