Searched refs:obj_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 1455 obj_sec = elf_create_section_pair(e->out, KLP_OBJECTS_SEC, obj_size, 0, 0); in create_klp_sections() 1456 if (!obj_sec) in create_klp_sections() 1481 obj_data = elf_add_data(e->out, obj_sec, NULL, obj_size); in create_klp_sections() 1495 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1502 if (!elf_create_reloc(e->out, obj_sec, offsetof(struct klp_object_ext, funcs), in create_klp_sections() 1565 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1581 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1597 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections() 1613 if (!elf_create_reloc(e->out, obj_sec, in create_klp_sections()
|