Searched refs:twolevel_hints_command (Results 1 – 4 of 4) sorted by relevance
44 HANDLE_LOAD_COMMAND(LC_TWOLEVEL_HINTS, 0x00000016u, twolevel_hints_command)113 LOAD_COMMAND_STRUCT(twolevel_hints_command)
774 struct twolevel_hints_command { struct1482 inline void swapStruct(twolevel_hints_command &C) { in swapStruct()
594 void MappingTraits<MachO::twolevel_hints_command>::mapping( in mapping()595 IO &IO, MachO::twolevel_hints_command &LoadCommand) { in mapping()
1200 if (Load.C.cmdsize != sizeof(MachO::twolevel_hints_command)) in checkTwoLevelHintsCommand()1205 auto HintsOrErr = getStructOrErr<MachO::twolevel_hints_command>(Obj, Load.Ptr); in checkTwoLevelHintsCommand()1208 MachO::twolevel_hints_command Hints = HintsOrErr.get(); in checkTwoLevelHintsCommand()