Home
last modified time | relevance | path

Searched refs:omagic (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/llvm/lld/ELF/
DOptions.td295 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">;
DConfig.h237 bool omagic; member
DDriver.cpp1177 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()
DWriter.cpp2256 if (config->omagic) in computeFlags()
2284 if (!config->nmagic && !config->omagic) { in createPhdrs()
DLinkerScript.cpp1274 bool paged = !config->omagic && !config->nmagic; in allocateHeaders()
/openbsd/src/gnu/usr.bin/binutils/ld/
DChangeLog197 * ld.texinfo (--omagic): Note that writable text section
DNEWS27 * Added --no-omagic to undo the effects of the -N option.
DChangeLog-02031902 (ld_options): Add "no-omagic" option.
1903 (parse_args): Parse --no-omagic.
1904 * ld.texinfo: Document --no-omagic.
Dld.texinfo314 @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
DChangeLog-00011820 (ld_options[]): Change -omagic, -output and -oformat options
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tahoe.c117 long omagic = OMAGIC; variable
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
DNEWS103 * Added --no-omagic to undo the effects of the -N option.
DChangeLog-02031902 (ld_options): Add "no-omagic" option.
1903 (parse_args): Parse --no-omagic.
1904 * ld.texinfo: Document --no-omagic.
DChangeLog-20041316 * ld.texinfo (--omagic): Note that writable text section
Dld.texinfo326 @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
DChangeLog-00011820 (ld_options[]): Change -omagic, -output and -oformat options
/openbsd/src/gnu/usr.bin/binutils/gas/
DChangeLog-92958990 * 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/
DChangeLog-92958990 * 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.