Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/ELF/
Dmagic-page-combo-warn.s8 # RUN: ld.lld -z max-page-size=0x10 -z common-page-size=0x10 --omagic %t -o %t2 2>&1 | FileCheck -…
11 # WARN: ld.lld: warning: -z max-page-size set, but paging disabled by omagic or nmagic
12 # WARN-NEXT: ld.lld: warning: -z common-page-size set, but paging disabled by omagic or nmagic
Dsegments.s7 # RUN: ld.lld --omagic --no-omagic %t -o - | cmp - %t1
82 # RUN: ld.lld --omagic %t -o %t3
Drelro-omagic.s4 # RUN: ld.lld -shared %t2.o -o %t2.so -soname relro-omagic.s.tmp2.so
/external/speex/libspeexdsp/
Dresample.c974 spx_uint32_t omagic = 0; in speex_resampler_process_float() local
977 omagic = speex_resampler_magic(st, channel_index, &y, ochunk); in speex_resampler_process_float()
978 ochunk -= omagic; in speex_resampler_process_float()
979 olen -= omagic; in speex_resampler_process_float()
1000 for (j=0;j<ochunk+omagic;++j) in speex_resampler_process_float()
1009 out += (ochunk+omagic) * ostride_save; in speex_resampler_process_float()
/external/llvm-project/lld/ELF/
DConfig.h188 bool omagic; member
DOptions.td290 def no_omagic: F<"no-omagic">, MetaVarName<"<magic>">,
302 def omagic: FF<"omagic">, MetaVarName<"<magic>">,
507 def: Flag<["-"], "N">, Alias<omagic>, HelpText<"Alias for --omagic">;
DDriver.cpp1020 config->omagic = args.hasFlag(OPT_omagic, OPT_no_omagic, false); in readConfigs()
1227 if (config->nmagic || config->omagic) in readConfigs()
1486 if (config->nmagic || config->omagic) { in getMaxPageSize()
1501 if (config->nmagic || config->omagic) { in getCommonPageSize()
DLinkerScript.cpp1166 bool paged = !config->omagic && !config->nmagic; in allocateHeaders()
DWriter.cpp2299 if (config->omagic) in computeFlags()
2327 if (!config->nmagic && !config->omagic) { in createPhdrs()