Searched refs:SymTabCommand (Results 1 – 1 of 1) sorted by relevance
46 const MachO::symtab_command &SymTabCommand = in totalSize() local49 if (SymTabCommand.symoff) in totalSize()50 Ends.push_back(SymTabCommand.symoff + symTableSize()); in totalSize()51 if (SymTabCommand.stroff) in totalSize()52 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize()290 const MachO::symtab_command &SymTabCommand = in writeStringTable() local294 uint8_t *StrTable = (uint8_t *)Buf->getBufferStart() + SymTabCommand.stroff; in writeStringTable()301 const MachO::symtab_command &SymTabCommand = in writeSymbolTable() local305 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable()590 const MachO::symtab_command &SymTabCommand = in writeTail() local[all …]