Searched refs:omagic (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | magic-page-combo-warn.s | 8 # 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
|
D | segments.s | 7 # RUN: ld.lld --omagic --no-omagic %t -o - | cmp - %t1 82 # RUN: ld.lld --omagic %t -o %t3
|
D | relro-omagic.s | 4 # RUN: ld.lld -shared %t2.o -o %t2.so -soname relro-omagic.s.tmp2.so
|
/external/speex/libspeexdsp/ |
D | resample.c | 974 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/ |
D | Config.h | 188 bool omagic; member
|
D | Options.td | 290 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">;
|
D | Driver.cpp | 1020 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()
|
D | LinkerScript.cpp | 1166 bool paged = !config->omagic && !config->nmagic; in allocateHeaders()
|
D | Writer.cpp | 2299 if (config->omagic) in computeFlags() 2327 if (!config->nmagic && !config->omagic) { in createPhdrs()
|