Lines Matching refs:ByteSwap
40 uc->cmd = ByteSwap(uc->cmd); in breakpad_swap_uuid_command()
41 uc->cmdsize = ByteSwap(uc->cmdsize); in breakpad_swap_uuid_command()
47 sg->cmd = ByteSwap(sg->cmd); in breakpad_swap_segment_command_64()
48 sg->cmdsize = ByteSwap(sg->cmdsize); in breakpad_swap_segment_command_64()
50 sg->vmaddr = ByteSwap(sg->vmaddr); in breakpad_swap_segment_command_64()
51 sg->vmsize = ByteSwap(sg->vmsize); in breakpad_swap_segment_command_64()
52 sg->fileoff = ByteSwap(sg->fileoff); in breakpad_swap_segment_command_64()
53 sg->filesize = ByteSwap(sg->filesize); in breakpad_swap_segment_command_64()
55 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
56 sg->initprot = ByteSwap(sg->initprot); in breakpad_swap_segment_command_64()
57 sg->nsects = ByteSwap(sg->nsects); in breakpad_swap_segment_command_64()
58 sg->flags = ByteSwap(sg->flags); in breakpad_swap_segment_command_64()
64 mh->magic = ByteSwap(mh->magic); in breakpad_swap_mach_header_64()
65 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header_64()
66 mh->cpusubtype = ByteSwap(mh->cpusubtype); in breakpad_swap_mach_header_64()
67 mh->filetype = ByteSwap(mh->filetype); in breakpad_swap_mach_header_64()
68 mh->ncmds = ByteSwap(mh->ncmds); in breakpad_swap_mach_header_64()
69 mh->sizeofcmds = ByteSwap(mh->sizeofcmds); in breakpad_swap_mach_header_64()
70 mh->flags = ByteSwap(mh->flags); in breakpad_swap_mach_header_64()
71 mh->reserved = ByteSwap(mh->reserved); in breakpad_swap_mach_header_64()
79 s[i].addr = ByteSwap(s[i].addr); in breakpad_swap_section_64()
80 s[i].size = ByteSwap(s[i].size); in breakpad_swap_section_64()
82 s[i].offset = ByteSwap(s[i].offset); in breakpad_swap_section_64()
83 s[i].align = ByteSwap(s[i].align); in breakpad_swap_section_64()
84 s[i].reloff = ByteSwap(s[i].reloff); in breakpad_swap_section_64()
85 s[i].nreloc = ByteSwap(s[i].nreloc); in breakpad_swap_section_64()
86 s[i].flags = ByteSwap(s[i].flags); in breakpad_swap_section_64()
87 s[i].reserved1 = ByteSwap(s[i].reserved1); in breakpad_swap_section_64()
88 s[i].reserved2 = ByteSwap(s[i].reserved2); in breakpad_swap_section_64()