Searched refs:SymTabCommand (Results 1 – 1 of 1) sorted by relevance
45 const MachO::symtab_command &SymTabCommand = in totalSize() local48 if (SymTabCommand.symoff) in totalSize()49 Ends.push_back(SymTabCommand.symoff + symTableSize()); in totalSize()50 if (SymTabCommand.stroff) in totalSize()51 Ends.push_back(SymTabCommand.stroff + SymTabCommand.strsize); in totalSize()289 const MachO::symtab_command &SymTabCommand = in writeStringTable() local293 uint8_t *StrTable = (uint8_t *)Buf->getBufferStart() + SymTabCommand.stroff; in writeStringTable()300 const MachO::symtab_command &SymTabCommand = in writeSymbolTable() local304 char *SymTable = (char *)Buf->getBufferStart() + SymTabCommand.symoff; in writeSymbolTable()589 const MachO::symtab_command &SymTabCommand = in writeTail() local[all …]