Searched refs:linkedit_data_command (Results 1 – 7 of 7) sorted by relevance
166 void SwapStruct(MachO::linkedit_data_command &C) { in SwapStruct()1645 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in begin_dices()1655 MachO::linkedit_data_command DicLC = getDataInCodeLoadCommand(); in end_dices()1804 MachO::linkedit_data_command1806 return getStruct<MachO::linkedit_data_command>(this, L.Ptr); in getLinkeditDataLoadCommand()1890 MachO::linkedit_data_command1893 return getStruct<MachO::linkedit_data_command>(this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()1896 MachO::linkedit_data_command Cmd; in getDataInCodeLoadCommand()1898 Cmd.cmdsize = sizeof(MachO::linkedit_data_command); in getDataInCodeLoadCommand()
194 MachO::linkedit_data_command218 MachO::linkedit_data_command getDataInCodeLoadCommand() const;
411 Write32(sizeof(MachO::linkedit_data_command)); in WriteLinkeditLoadCommand()415 assert(OS.tell() - Start == sizeof(MachO::linkedit_data_command)); in WriteLinkeditLoadCommand()793 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()801 LoadCommandsSize += sizeof(MachO::linkedit_data_command); in WriteObject()
262 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpLinkeditDataCommand()281 MachO::linkedit_data_command LLC = Obj.getLinkeditDataLoadCommand(LCI); in DumpDataInCodeDataCommand()
172 MachO::linkedit_data_command LLC = in getSectionsAndSymbols()
812 struct linkedit_data_command { struct
1468 struct linkedit_data_command function_starts_load_command = { 0, 0, 0, 0 }; in ParseSymtab()