find_section_by_name  316 tools/objtool/check.c 	sec = find_section_by_name(file->elf, ".rela.discard.unreachable");
find_section_by_name  358 tools/objtool/check.c 	sec = find_section_by_name(file->elf, ".rela.discard.reachable");
find_section_by_name  406 tools/objtool/check.c 	sec = find_section_by_name(file->elf, ".rela.discard.func_stack_frame_non_standard");
find_section_by_name  522 tools/objtool/check.c 	sec = find_section_by_name(file->elf, ".rela.discard.ignore_alts");
find_section_by_name 1166 tools/objtool/check.c 	sec = find_section_by_name(file->elf, ".discard.unwind_hints");
find_section_by_name 1257 tools/objtool/check.c 	sec = find_section_by_name(file->elf, ".rela.discard.retpoline_safe");
find_section_by_name 2448 tools/objtool/check.c 	file.c_file = find_section_by_name(file.elf, ".comment");
find_section_by_name  215 tools/objtool/elf.c 	symtab = find_section_by_name(elf, ".symtab");
find_section_by_name  361 tools/objtool/elf.c 		sec->base = find_section_by_name(elf, sec->name + 5);
find_section_by_name  530 tools/objtool/elf.c 	shstrtab = find_section_by_name(elf, ".shstrtab");
find_section_by_name  532 tools/objtool/elf.c 		shstrtab = find_section_by_name(elf, ".strtab");
find_section_by_name  585 tools/objtool/elf.c 	sec->sh.sh_link = find_section_by_name(elf, ".symtab")->idx;
find_section_by_name   79 tools/objtool/elf.h struct section *find_section_by_name(struct elf *elf, const char *name);
find_section_by_name  131 tools/objtool/orc_gen.c 	sec = find_section_by_name(file->elf, ".orc_unwind");
find_section_by_name  170 tools/objtool/special.c 		sec = find_section_by_name(elf, entry->sec);