Lines Matching refs:set

120   enum change_action	change_vma;/* Whether to change or set VMA.  */
121 bfd_vma vma_val; /* Amount to change by or set to. */
122 enum change_action change_lma;/* Whether to change or set LMA. */
123 bfd_vma lma_val; /* Amount to change by or set to. */
124 bfd_boolean set_flags; /* Whether to set the section flags. */
125 flagword flags; /* What to set the section flags to. */
155 /* Output BFD flags user wants to set or clear */
209 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */
370 {"set-section-flags", required_argument, 0, OPTION_SET_SECTION_FLAGS},
371 {"set-start", required_argument, 0, OPTION_SET_START},
409 /* Defined in bfd/binary.c. Used to set architecture and machine of input
465 --set-start <addr> Set the start address to <addr>\n\
478 --set-section-flags <name>=<flags>\n\
1030 /* There are multiple ways to set 'keep' above, but if it
1358 need to be set for a core file. */
1423 /* BFD mandates that all output sections be created and sizes set before
1539 was set) but since this is for PE
1555 asection **set;
1566 set = osections;
1567 bfd_map_over_sections (obfd, get_sections, &set);
1636 have been created, but before their contents are set. */
1667 haven't been set yet. mark_symbols_used_in_relocations will
1689 /* This has to happen after the symbol table has been set. */
2105 Also set RETURNED_FLAGS to the flags to be used for this section. */
2621 non_fatal (_("%s: can't set debugging section contents: %s"),
3165 fatal (_("bad format for %s"), "--set-section-flags");
3224 set_start = parse_vma (optarg, "--set-start");