Searched refs:true_offset (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dunwind.c70 unsigned long true_offset);
73 unsigned long true_offset);
326 unsigned long true_offset; local
331 true_offset = ip - cur_mmap_cache->start_addr +
337 true_offset);
412 true_offset
415 binary_filename, true_offset
419 " > %s [0x%lx]\n", error, true_offset
428 unsigned long true_offset)
443 unsigned long true_offset)
424 print_call_cb(void *dummy, const char *binary_filename, const char *symbol_name, unw_word_t function_offset, unsigned long true_offset) argument
441 print_error_cb(void *dummy, const char *error, unsigned long true_offset) argument
454 sprint_call_or_error(const char *binary_filename, const char *symbol_name, unw_word_t function_offset, unsigned long true_offset, const char *error) argument
484 queue_put(struct queue_t *queue, const char *binary_filename, const char *symbol_name, unw_word_t function_offset, unsigned long true_offset, const char *error) argument
514 queue_put_call(void *queue, const char *binary_filename, const char *symbol_name, unw_word_t function_offset, unsigned long true_offset) argument
[all...]
/external/v8/src/x64/
H A Dcode-stubs-x64.cc2629 int true_offset = 0x100 + local
2632 DCHECK(true_offset >= 0 && true_offset < 0x100);
2633 __ movl(rax, Immediate(true_offset));

Completed in 247 milliseconds