Searched refs:SymTabCommand (Results 1 – 1 of 1) sorted by relevance
41 const MachO::symtab_command &SymTabCommand = in totalSize() local44 if (SymTabCommand.symoff) in totalSize()45 Ends.push_back(SymTabCommand.symoff + symTableSize()); in totalSize()46 if (SymTabCommand.stroff) in totalSize()47 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize()300 const MachO::symtab_command &SymTabCommand = in writeStringTable() local304 uint8_t *StrTable = (uint8_t *)Buf->getBufferStart() + SymTabCommand.stroff; in writeStringTable()311 const MachO::symtab_command &SymTabCommand = in writeSymbolTable() local315 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable()435 const MachO::symtab_command &SymTabCommand = in writeTail() local[all …]