Searched refs:caller (Results 26 - 28 of 28) sorted by relevance

12

/haiku/src/system/runtime_loader/
H A Delf.cpp618 load_library(char const *path, uint32 flags, bool addOn, void* caller, argument
656 // First of all, find the caller image.
660 if ((addr_t)caller >= text.vmstart
661 && (addr_t)caller < text.vmstart + text.vmsize) {
877 // If the caller does not want the actual symbol name, only the image,
983 get_library_symbol(void* handle, void* caller, const char* symbolName, argument
1011 // calling image. Return the next after the caller symbol.
1013 // First of all, find the caller image.
1017 if ((addr_t)caller >= text.vmstart
1018 && (addr_t)caller < tex
[all...]
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp148 addr_t caller; member in struct:caller_info
156 static caller_info* get_caller_info(addr_t caller);
636 addr_t caller = 0;
640 caller = tracing_find_caller_in_stack_trace(
644 caller_info* callerInfo = get_caller_info(caller);
646 kprintf("out of space for caller infos\n");
724 AllocationDetailPrinterCallback(addr_t caller) argument
726 fCaller(caller)
736 addr_t caller = 0;
742 caller
1197 get_caller_info(addr_t caller) argument
1231 addr_t caller = 0; local
[all...]
/haiku/src/system/kernel/
H A Dsmp.cpp116 void *caller; member in struct:__anon44
128 push_lock_caller(void* caller, spinlock* lock) argument
132 sLastCaller[index].caller = caller;
145 return sLastCaller[index].caller;
349 "for a long time (last caller: %p, value: %" B_PRIx32
381 "non-SMP system (last caller: %p, value %" B_PRIx32 ")", lock,
411 "spinlock %p for a long time (last caller: %p, value: %"
443 "on non-SMP system (last caller: %p, value %" B_PRIx32 ")",
474 "%p for a long time (last caller
[all...]

Completed in 60 milliseconds

12