Lines Matching refs:sg
74 void breakpad_swap_segment_command_64(struct segment_command_64 *sg) { in breakpad_swap_segment_command_64() argument
75 sg->cmd = ByteSwap(sg->cmd); in breakpad_swap_segment_command_64()
76 sg->cmdsize = ByteSwap(sg->cmdsize); in breakpad_swap_segment_command_64()
78 sg->vmaddr = ByteSwap(sg->vmaddr); in breakpad_swap_segment_command_64()
79 sg->vmsize = ByteSwap(sg->vmsize); in breakpad_swap_segment_command_64()
80 sg->fileoff = ByteSwap(sg->fileoff); in breakpad_swap_segment_command_64()
81 sg->filesize = ByteSwap(sg->filesize); in breakpad_swap_segment_command_64()
83 sg->maxprot = ByteSwap(sg->maxprot); in breakpad_swap_segment_command_64()
84 sg->initprot = ByteSwap(sg->initprot); in breakpad_swap_segment_command_64()
85 sg->nsects = ByteSwap(sg->nsects); in breakpad_swap_segment_command_64()
86 sg->flags = ByteSwap(sg->flags); in breakpad_swap_segment_command_64()