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