Home
last modified time | relevance | path

Searched refs:func_offset (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/test/asm/
Dtrampoline-x86_64.pl165 my $func_offset = 8 * $num_stack_params;
166 my $state_offset = $func_offset + 8;
207 movq $func, $func_offset(%rsp)
245 movq $func_offset(%rsp), %rax
/external/u-boot/tools/
Dproftool.c470 static void out_func(ulong func_offset, int is_caller, const char *suffix) in out_func() argument
475 (func_offset); in out_func()
480 printf("%lx%s", func_offset, suffix); in out_func()
/external/v8/src/wasm/
Dwasm-objects.cc457 int func_offset = wasm_funs[num_imported_functions + func].code.offset(); in GetDecodedAsmJsOffsetTable() local
460 DCHECK_IMPLIES(idx > 0, func_offset + e.byte_offset > in GetDecodedAsmJsOffsetTable()
462 decoded_table->set_int(idx + kOTEByteOffset, func_offset + e.byte_offset); in GetDecodedAsmJsOffsetTable()