Searched refs:funcs_sec (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 1577 struct section *obj_sec, *funcs_sec, *str_sec; in create_klp_sections() local 1589 funcs_sec = elf_create_section_pair(e->out, KLP_FUNCS_SEC, func_size, 0, 0); in create_klp_sections() 1590 if (!funcs_sec) in create_klp_sections() 1593 funcs_sym = elf_create_section_symbol(e->out, funcs_sec); in create_klp_sections() 1645 func_data = elf_add_data(e->out, funcs_sec, NULL, func_size); in create_klp_sections() 1654 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections() 1660 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
|