Searched defs:poffset (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.c237 uintptr_t* poffset) {
244 if (poffset) *poffset = (offset - sym->offset);
236 nearest_symbol(struct symtab* symtab, uintptr_t offset, uintptr_t* poffset) argument
H A Dlibproc_impl.c232 const char* symbol_for_pc(struct ps_prochandle* ph, uintptr_t addr, uintptr_t* poffset) { argument
237 res = nearest_symbol(lib->symtab, addr - lib->base, poffset);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c230 const char* symbol_for_pc(struct ps_prochandle* ph, uintptr_t addr, uintptr_t* poffset) { argument
235 res = nearest_symbol(lib->symtab, addr - lib->base, poffset);
H A Dsymtab.c532 uintptr_t* poffset) {
539 if (poffset) *poffset = (offset - sym->offset);
531 nearest_symbol(struct symtab* symtab, uintptr_t offset, uintptr_t* poffset) argument

Completed in 76 milliseconds