Lines Matching refs:sg
44 void breakpad_swap_segment_command_64(struct segment_command_64 *sg, in breakpad_swap_segment_command_64() argument
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()