Searched refs:funcs_sec (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 1447 struct section *obj_sec, *funcs_sec, *str_sec; in create_klp_sections() local 1459 funcs_sec = elf_create_section_pair(e->out, KLP_FUNCS_SEC, func_size, 0, 0); in create_klp_sections() 1460 if (!funcs_sec) in create_klp_sections() 1463 funcs_sym = elf_create_section_symbol(e->out, funcs_sec); in create_klp_sections() 1515 func_data = elf_add_data(e->out, funcs_sec, NULL, func_size); in create_klp_sections() 1524 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections() 1530 if (!elf_create_reloc(e->out, funcs_sec, in create_klp_sections()
|