Searched refs:sub_umbrella_command (Results 1 – 8 of 8) sorted by relevance
40 HANDLE_LOAD_COMMAND(LC_SUB_UMBRELLA, 0x00000013u, sub_umbrella_command)108 LOAD_COMMAND_STRUCT(sub_umbrella_command)
637 struct sub_umbrella_command { struct1165 inline void swapStruct(sub_umbrella_command &s) { in swapStruct()
248 void mapLoadCommandData<MachO::sub_umbrella_command>( in mapLoadCommandData()562 void MappingTraits<MachO::sub_umbrella_command>::mapping( in mapping()563 IO &IO, MachO::sub_umbrella_command &LoadCommand) { in mapping()
195 size_t writeLoadCommandData<MachO::sub_umbrella_command>( in writeLoadCommandData()
1529 if (Load.C.cmdsize < sizeof(MachO::sub_umbrella_command)) { in MachOObjectFile()1534 MachO::sub_umbrella_command S = in MachOObjectFile()1535 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile()1537 sizeof(MachO::sub_umbrella_command), in MachOObjectFile()4553 MachO::sub_umbrella_command4555 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
658 MachO::sub_umbrella_command
9332 static void PrintSubUmbrellaCommand(MachO::sub_umbrella_command sub, in PrintSubUmbrellaCommand()9336 if (sub.cmdsize < sizeof(struct MachO::sub_umbrella_command)) in PrintSubUmbrellaCommand()10205 MachO::sub_umbrella_command Sf = Obj->getSubUmbrellaCommand(Command); in PrintLoadCommands()
366 … LC_SUB_UMBRELLA sub_umbrella.offset field too small, not past the end of the sub_umbrella_command)