Searched refs:out_sec (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 507 struct section *out_sec = NULL; in __clone_symbol() local 514 out_sec = find_section_by_name(elf, patched_sec->name); in __clone_symbol() 515 if (!out_sec) { in __clone_symbol() 516 out_sec = elf_create_section(elf, patched_sec->name, 0, in __clone_symbol() 521 if (!out_sec) in __clone_symbol() 526 out_sym = elf_create_section_symbol(elf, out_sec); in __clone_symbol() 534 offset = sec_size(out_sec); in __clone_symbol() 549 if (!elf_add_data(elf, out_sec, data, size)) in __clone_symbol() 554 out_sym = elf_create_symbol(elf, patched_sym->name, out_sec, in __clone_symbol() 1629 struct section *patched_sec, *out_sec = NULL; in copy_import_ns() local [all …]
|