Home | History | Annotate | Download | only in mac

Lines Matching defs:Place

529   SizedSection &Place(SizedSection *section) {
565 LoadedSection &Place(LoadedSection *section) {
567 SizedSection::Place(section);
607 // memory. If this label is still undefined by the time we place this
678 // Place COMMAND, containing a load command, at the end of this section.
680 LoadCommands &Place(SizedSection *section) {
681 SizedSection::Place(section);
728 Place(commands);
1103 load_commands.Place(&segment_command);
1107 .Place(&segment);
1140 load_commands.Place(&segment_command);
1144 .Place(&segment);
1176 load_commands.Place(&segment_command);
1180 .Place(&segment);
1213 load_commands.Place(&segment_command);
1217 .Place(&segment);
1257 load_commands.Place(&command);
1261 .Place(&segment_contents);
1273 // Instead of letting a Place call set the segment's file offset and size,
1284 load_commands.Place(&segment_command);
1323 load_commands.Place(&cmd1).Place(&cmd2).Place(&cmd3);
1326 file.Header(&load_commands).Place(&seg1).Place(&seg2).Place(&seg3);
1385 segment.Place(&section2).Place(&section1);
1394 commands.Place(&segment_command);
1397 file.Header(&commands).Place(&segment);
1446 // we're not really going to Place them in segment; we're just going
1463 commands.Place(&command);
1466 file.Header(&commands).Place(&segment);
1487 // we're not really going to Place them in segment; we're just going
1504 commands.Place(&command);
1507 file.Header(&commands).Place(&segment);
1528 // we're not really going to Place them in segment; we're just going
1545 commands.Place(&command);
1548 file.Header(&commands).Place(&segment);
1585 commands.Place(&command);
1619 segment1.Place(&section3).Place(&section1);
1622 segment2.Place(&section4);
1638 commands.Place(&segment_command1).Place(&segment_command2);
1641 file.Header(&commands).Place(&segment1).Place(&segment2);
1695 commands.Place(&cmd1).Place(&cmd2).Place(&cmd3);
1698 file.Header(&commands).Place(&segment1).Place(&segment2).Place(&segment3);
1787 load_commands.Place(&symtab_command);
1790 file.Header(&load_commands).Place(&symbols).Place(&strings);
1824 load_commands.Place(&symtab_command);
1827 file.Header(&load_commands).Place(&symbols).Place(&strings);
1861 load_commands.Place(&symtab_command);
1865 file.Header(&load_commands).Place(&strings).Place(&symbols);
1892 load_commands.Place(&symtab_command);
1896 file.Header(&load_commands).Place(&symbols).Place(&strings);