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

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp53 struct symtab_command * symt = (struct symtab_command *) local
55 if (symt == NULL) {
59 uint32_t off = symt->symoff; /* symbol table offset (within this mach file) */
60 uint32_t nsyms = symt->nsyms; /* number of symbol table entries */
61 uint32_t stroff = symt->stroff; /* string table offset */
62 uint32_t strsize = symt->strsize; /* string table size in bytes */

Completed in 22 milliseconds