Searched refs:obj_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 1585 obj_sec = elf_create_section_pair(e->out, KLP_OBJECTS_SEC, obj_size, 0, 0); in create_klp_sections() 1586 if (!obj_sec) in create_klp_sections() 1611 obj_data = elf_add_data(e->out, obj_sec, NULL, obj_size); in create_klp_sections() 1625 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1632 if (!elf_create_reloc(e->out, obj_sec, offsetof(struct klp_object_ext, funcs), in create_klp_sections() 1695 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1711 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1727 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1743 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
|