Searched refs:poffset (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dsymtab.h48 uintptr_t* poffset);
H A Dlibproc.h125 const char* symbol_for_pc(struct ps_prochandle* ph, uintptr_t addr, uintptr_t* poffset);
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 Dsymtab.h48 uintptr_t* poffset);
H A Dlibproc.h145 const char* symbol_for_pc(struct ps_prochandle* ph, uintptr_t addr, uintptr_t* poffset);
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
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c80 int poffset = (xx) * pixelStride; \
81 if (poffset > (0x7fffffff - soffset)) { \
84 poffset += soffset; \
85 if (dstDataOff > (0x7fffffff - poffset)) { \
88 poffset += dstDataOff; \
90 if (poffset < 0 || poffset >= dstDataLength) { \

Completed in 48 milliseconds