Searched refs:find_section_by_name (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/objtool/ |
D | elf.c | 34 struct section *find_section_by_name(struct elf *elf, const char *name) in find_section_by_name() function 225 symtab = find_section_by_name(elf, ".symtab"); in read_symbols() 355 sec->base = find_section_by_name(elf, sec->name + 5); in read_relas() 523 shstrtab = find_section_by_name(elf, ".shstrtab"); in elf_create_section() 525 shstrtab = find_section_by_name(elf, ".strtab"); in elf_create_section() 578 sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx; in elf_create_rela_section()
|
D | elf.h | 88 struct section *find_section_by_name(struct elf *elf, const char *name);
|
D | check.c | 351 sec = find_section_by_name(file->elf, ".rela.discard.unreachable"); in add_dead_ends() 393 sec = find_section_by_name(file->elf, ".rela.discard.reachable"); in add_dead_ends() 466 sec = find_section_by_name(file->elf, ".rela.discard.nospec"); in add_nospec_ignores() 1081 sec = find_section_by_name(file->elf, ".discard.unwind_hints"); in read_unwind_hints() 1172 sec = find_section_by_name(file->elf, ".rela.discard.retpoline_safe"); in read_retpoline_hints() 2173 file.whitelist = find_section_by_name(file.elf, ".discard.func_stack_frame_non_standard"); in check() 2174 file.rodata = find_section_by_name(file.elf, ".rodata"); in check() 2175 file.c_file = find_section_by_name(file.elf, ".comment"); in check()
|
D | special.c | 164 sec = find_section_by_name(elf, entry->sec); in special_get_alts()
|
D | orc_gen.c | 143 sec = find_section_by_name(file->elf, ".orc_unwind"); in create_orc_sections()
|