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

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp71 int32_t found_strx = 0; local
78 found_strx = cur_nlist->n_un.n_strx;
83 found_strx = last_nlist->n_un.n_strx;
90 if (found_strx == 0) {
96 // lookup found_strx in the string table
97 char * symname = mach_find_in_stringtable((char*) ((uintptr_t)mach_base + stroff), strsize, found_strx);

Completed in 46 milliseconds