Searched refs:funcs_sec (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 1490 struct section *obj_sec, *funcs_sec, *str_sec; in create_klp_sections() local 1502 funcs_sec = elf_create_section_pair(e->out, KLP_FUNCS_SEC, func_size, 0, 0); in create_klp_sections() 1503 if (!funcs_sec) in create_klp_sections() 1506 funcs_sym = elf_create_section_symbol(e->out, funcs_sec); in create_klp_sections() 1558 func_data = elf_add_data(e->out, funcs_sec, NULL, func_size); in create_klp_sections() 1567 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections() 1573 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
|