Home | History | Annotate | Download | only in mac

Lines Matching refs:Field

65 using testing::Field;
208 // Append a 'fat_arch' entry to 'fat', with the given field values.
1333 SegmentCommand(Field(&Segment::name, "head")))
1336 SegmentCommand(Field(&Segment::name, "thorax")))
1339 SegmentCommand(Field(&Segment::name, "abdomen")))
1354 return AllOf(AllOf(Field(&Section::bits_64, bits_64),
1355 Field(&Section::section_name, section_name),
1356 Field(&Section::segment_name, segment_name),
1357 Field(&Section::address, address)),
1358 AllOf(Field(&Section::align, alignment),
1359 Field(&Section::flags, flags),
1360 Field(&Section::contents, contents)));
1368 return AllOf(Field(&Section::bits_64, bits_64),
1369 Field(&Section::section_name, section_name),
1370 Field(&Section::segment_name, segment_name),
1371 Field(&Section::address, address));