Lines Matching refs:SwapStruct
50 static void SwapStruct(T &Value);
53 void SwapStruct(MachO::any_relocation_info &H) { in SwapStruct() function
59 void SwapStruct(MachO::load_command &L) { in SwapStruct() function
65 void SwapStruct(nlist_base &S) { in SwapStruct() function
71 void SwapStruct(MachO::section &S) { in SwapStruct() function
84 void SwapStruct(MachO::section_64 &S) { in SwapStruct() function
98 void SwapStruct(MachO::nlist &S) { in SwapStruct() function
105 void SwapStruct(MachO::nlist_64 &S) { in SwapStruct() function
112 void SwapStruct(MachO::mach_header &H) { in SwapStruct() function
123 void SwapStruct(MachO::mach_header_64 &H) { in SwapStruct() function
135 void SwapStruct(MachO::symtab_command &C) { in SwapStruct() function
145 void SwapStruct(MachO::dysymtab_command &C) { in SwapStruct() function
169 void SwapStruct(MachO::linkedit_data_command &C) { in SwapStruct() function
177 void SwapStruct(MachO::segment_command &C) { in SwapStruct() function
191 void SwapStruct(MachO::segment_command_64 &C) { in SwapStruct() function
205 void SwapStruct(uint32_t &C) { in SwapStruct() function
210 void SwapStruct(MachO::linker_options_command &C) { in SwapStruct() function
217 void SwapStruct(MachO::data_in_code_entry &C) { in SwapStruct() function
228 SwapStruct(Cmd); in getStruct()