Searched refs:func_size (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/livepatch/ |
| H A D | transition.c | 208 unsigned long func_addr, func_size, address; in klp_update_patch_state() 218 func_size = func->new_size; in klp_check_stack_func() 229 func_size = func->old_size; in klp_check_stack_func() 236 func_size = prev->new_size; in klp_check_stack_func() 243 if (address >= func_addr && address < func_addr + func_size) in klp_check_stack_func() 217 unsigned long func_addr, func_size, address; klp_check_stack_func() local
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 1446 size_t func_size = sizeof(struct klp_func_ext); 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() 1507 unsigned long offset = nr_funcs * func_size; in create_klp_sections() 1515 func_data = elf_add_data(e->out, funcs_sec, NULL, func_size); in create_klp_sections()
|