Home
last modified time | relevance | path

Searched refs:extable_len (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/entry/vdso/
H A Dextable.c32 nr_entries = image->extable_len / (sizeof(*extable)); in fixup_vdso_exception()
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c151 u32 extable_len; in bpf_int_jit_compile() local
246 extable_len = fp->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile()
249 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()
258 if (extable_len) in bpf_int_jit_compile()