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

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.hpp52 char * mach_find_in_stringtable(char *strtab, uint32_t tablesize, int strx_wanted);
H A Ddecoder_machO.cpp97 char * symname = mach_find_in_stringtable((char*) ((uintptr_t)mach_base + stroff), strsize, found_strx);
121 char* MachODecoder::mach_find_in_stringtable(char *strtab, uint32_t tablesize, int strx_wanted) { function in class:MachODecoder

Completed in 28 milliseconds