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

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp121 char* MachODecoder::mach_find_in_stringtable(char *strtab, uint32_t tablesize, int strx_wanted) { argument
126 char *strtab_end = strtab + tablesize;
130 if (*strtab == ' ') {
131 strtab++;
132 if (*strtab != 0) {
136 strtab++;
138 if ((uint32_t) *strtab != 0) {
142 strtab+=4;
146 while (strtab < strtab_end) {
148 return strtab;
[all...]
H A Ddecoder_machO.hpp52 char * mach_find_in_stringtable(char *strtab, uint32_t tablesize, int strx_wanted);
/openjdk7/jdk/src/solaris/native/com/sun/management/
H A DUnixOperatingSystem_md.c94 char *strtab; local
114 strtab = (char*) malloc((nswap + 1) * MAXPATHLEN);
115 if (strtab == NULL) {
122 stbl->swt_ent[i].ste_path = strtab + (i * MAXPATHLEN);
129 free(strtab);
143 free(strtab);
/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c169 char *strtab; local
179 strtab = scn_cache[ehdr->e_shstrndx].c_data;
184 if (strcmp(cursct->sh_name + strtab, name) == 0) {

Completed in 47 milliseconds