Searched refs:omagic (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Options.td | 295 def no_omagic: F<"no-omagic">, MetaVarName<"<magic>">, 310 def omagic: FF<"omagic">, MetaVarName<"<magic>">, 532 def: Flag<["-"], "N">, Alias<omagic>, HelpText<"Alias for --omagic">;
|
| D | Config.h | 237 bool omagic; member
|
| D | Driver.cpp | 1177 config->omagic = args.hasFlag(OPT_omagic, OPT_no_omagic, false); in readConfigs() 1470 if (config->nmagic || config->omagic) in readConfigs() 1772 if (config->nmagic || config->omagic) { in getMaxPageSize() 1789 if (config->nmagic || config->omagic) { in getCommonPageSize() 2841 config->textAlignPageSize = config->omagic ? getRealMaxPageSize(args) : config->maxPageSize; in link()
|
| D | Writer.cpp | 2256 if (config->omagic) in computeFlags() 2284 if (!config->nmagic && !config->omagic) { in createPhdrs()
|
| D | LinkerScript.cpp | 1274 bool paged = !config->omagic && !config->nmagic; in allocateHeaders()
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ChangeLog | 197 * ld.texinfo (--omagic): Note that writable text section
|
| D | NEWS | 27 * Added --no-omagic to undo the effects of the -N option.
|
| D | ChangeLog-0203 | 1902 (ld_options): Add "no-omagic" option. 1903 (parse_args): Parse --no-omagic. 1904 * ld.texinfo: Document --no-omagic.
|
| D | ld.texinfo | 314 @samp{-o} option. So for example @samp{-omagic} sets the output file 315 name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the 682 @kindex --omagic 686 @itemx --omagic 694 @kindex --no-omagic 696 @item --no-omagic
|
| D | ChangeLog-0001 | 1820 (ld_options[]): Change -omagic, -output and -oformat options
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-tahoe.c | 117 long omagic = OMAGIC; variable
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | NEWS | 103 * Added --no-omagic to undo the effects of the -N option.
|
| D | ChangeLog-0203 | 1902 (ld_options): Add "no-omagic" option. 1903 (parse_args): Parse --no-omagic. 1904 * ld.texinfo: Document --no-omagic.
|
| D | ChangeLog-2004 | 1316 * ld.texinfo (--omagic): Note that writable text section
|
| D | ld.texinfo | 326 @samp{-o} option. So for example @samp{-omagic} sets the output file 327 name to @samp{magic} whereas @samp{--omagic} sets the NMAGIC flag on the 735 @kindex --omagic 739 @itemx --omagic 747 @kindex --no-omagic 749 @item --no-omagic
|
| D | ChangeLog-0001 | 1820 (ld_options[]): Change -omagic, -output and -oformat options
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9295 | 8990 * config/tc-m68k.c (omagic): Remove obsolete and unused variable. 8994 (md_parse_option): Remove obsolete reference to omagic. 10286 (omagic): Removed unused variable. 11161 * config/tc-m68k.c (omagic): Don't define for BFD_ASSEMBLER.
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9295 | 8990 * config/tc-m68k.c (omagic): Remove obsolete and unused variable. 8994 (md_parse_option): Remove obsolete reference to omagic. 10286 (omagic): Removed unused variable. 11161 * config/tc-m68k.c (omagic): Don't define for BFD_ASSEMBLER.
|