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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c1031 __provide_probe_32(ctl, (uintptr_t)symbol->dtsym_addr, (uintptr_t)(symbol->dtsym_addr + symbol->dtsym_size), modname, name, (machine_inst_t*)(uintptr_t)symbol->dtsym_addr);
1555 __provide_probe_64(ctl, (uintptr_t)symbol->dtsym_addr, (uintptr_t)(symbol->dtsym_addr + symbol->dtsym_size), modname, name, (machine_inst_t*)(uintptr_t)symbol->dtsym_addr);
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h1363 uint64_t dtsym_size; /* size of the symbol, must be uint64_t to maintain alignment when called by 64b uproc in i386 kernel */ member in struct:dtrace_symbol

Completed in 27 milliseconds