Searched refs:elf_create_section_pair (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/objtool/ |
| H A D | orc_gen.c | 137 sec = elf_create_section_pair(file->elf, ".orc_unwind_ip", sizeof(int), nr, nr); in orc_create()
|
| H A D | check.c | 653 sec = elf_create_section_pair(file->elf, ".static_call_sites", in create_static_call_sections() 735 sec = elf_create_section_pair(file->elf, ".retpoline_sites", in create_retpoline_sites_sections() 773 sec = elf_create_section_pair(file->elf, ".return_sites", in create_return_sites_sections() 817 sec = elf_create_section_pair(file->elf, ".ibt_endbr_seal", in create_ibt_endbr_seal_sections() 872 sec = elf_create_section_pair(file->elf, ".cfi_sites", in create_cfi_sections() 922 sec = elf_create_section_pair(file->elf, "__mcount_loc", addr_size, in create_mcount_loc_sections() 966 sec = elf_create_section_pair(file->elf, ".call_sites", in create_direct_call_sections() 1009 sec = elf_create_section_pair(file->elf, ".discard.sym_checksum", entsize, in create_sym_checksum_section()
|
| H A D | klp-diff.c | 1455 obj_sec = elf_create_section_pair(e->out, KLP_OBJECTS_SEC, obj_size, 0, 0); in create_klp_sections() 1459 funcs_sec = elf_create_section_pair(e->out, KLP_FUNCS_SEC, func_size, 0, 0); in create_klp_sections()
|
| H A D | elf.c | 1657 struct section *elf_create_section_pair(struct elf *elf, const char *name, in elf_create_section_pair() function
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 140 struct section *elf_create_section_pair(struct elf *elf, const char *name,
|