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

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp97 char * symname = mach_find_in_stringtable((char*) ((uintptr_t)mach_base + stroff), strsize, found_strx); local
98 if (symname) {
99 strncpy(buf, symname, buflen);

Completed in 28 milliseconds