Searched refs:obj_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 1498 obj_sec = elf_create_section_pair(e->out, KLP_OBJECTS_SEC, obj_size, 0, 0); in create_klp_sections() 1499 if (!obj_sec) in create_klp_sections() 1524 obj_data = elf_add_data(e->out, obj_sec, NULL, obj_size); in create_klp_sections() 1538 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1545 if (!elf_create_reloc(e->out, obj_sec, offsetof(struct klp_object_ext, funcs), in create_klp_sections() 1608 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1624 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1640 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1656 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
|