/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 3 # "path" affects "include" directives. "path" must be specified before any
|
/external/llvm/include/llvm/Config/ |
llvm-config.h.in | 11 can be in exported headers and won't override package specific directives.
|
/external/llvm/include/llvm/MC/ |
MCStreamer.h | 49 /// implement support for target specific assembly directives. 151 /// to emit bytes, handle directives, etc. The implementation of this interface 336 /// This corresponds to assembler directives like .section, .text, etc. 510 /// This is used to implement assembler directives such as .byte, .ascii, 517 /// This is used to implement assembler directives such as .word, .quad, 553 /// This is used to implement assembler directives such as .gpdword on 560 /// This is used to implement assembler directives such as .gprel32 on 565 /// This implements directives such as '.space'. 609 /// This is used to implement assembler directives such as .org.
|
/external/llvm/lib/MC/ |
MCAsmInfoCOFF.cpp | 34 // Set up DWARF directives
|
MCSection.cpp | 40 report_fatal_error("Mismatched bundle_lock/unlock directives"); 48 // If any of the directives is an align_to_end directive, the whole nested
|
/external/llvm/test/Assembler/ |
uselistorder.ll | 41 ; uselistorder directives
|
/external/llvm/test/CodeGen/AMDGPU/ |
hsa.ll | 7 ; directives.
|
/external/llvm/test/MC/Mips/ |
mips_directives_bad.s | 1 # Error checking for malformed directives
|
/external/llvm/test/MC/X86/ |
cfi_def_cfa-crash.s | 6 // the input. The actual eh_frames created using these directives are checked
|
x86_long_nop.s | 7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
|
/external/valgrind/drd/tests/ |
pth_barrier.c | 9 /* Include directives. */
|
/external/valgrind/tests/ |
post_regtest_checks | 32 echo "...checking header files and include directives"
|
/frameworks/compile/slang/lit-tests/ |
README | 42 RUN/CHECK directives in comments as the existing tests.
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
d.swg | 45 // D-specific directives.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-or1k.h | 65 /* Enable cfi directives. */
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-tic54x.texi | 25 * TIC54X-Directives:: Directives 51 @xref{TIC54X-Directives,,@code{.version}}. The default CPU version is 101 Subsyms may be defined using the @code{.asg} and @code{.eval} directives 102 (@xref{TIC54X-Directives,,@code{.asg}}, 103 @xref{TIC54X-Directives,,@code{.eval}}. 123 @pxref{TIC54X-Directives,,@code{.var}}. 168 .newblock directive @pxref{TIC54X-Directives,,@code{.newblock}} 318 @node TIC54X-Directives 319 @section Directives [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-1.d | 2 #name: C6X unwinding directives 1 (little endian)
|
unwind-2.d | 2 #name: C6X unwinding directives 2 (big endian)
|
/toolchain/binutils/binutils-2.25/include/coff/ |
i386.h | 63 /* Relocation directives. */
|
ia64.h | 78 /********************** RELOCATION DIRECTIVES **********************/
|
m68k.h | 62 /********************** RELOCATION DIRECTIVES **********************/
|
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
xml2js.js | 258 // configure c->js typemaps from custom swig directives 263 // get all js*.i directives from class-specific subdirectories, to be parsed below for %typemaps directives 274 // get all .i directives from top level directory, and parse for %array_class directives 278 return fs.readFileAsync(typemapsdir + '/' + fn, 'utf8').then(function(directives) { 279 var arraytypes = _.filter(directives.split(/\n/), function(line) { 300 // parse for %typemaps & %pointer_functions directives 304 return fs.readFileAsync(directivesFn, 'utf8').then(function(directives) { 305 var typemaps = _.filter(directives.split(/\n/), function(line) [all...] |
/cts/tools/dasm/src/dasm/ |
ReservedWords.java | 37 // Dasm directives 60 // reserved_words used in Dasm directives
|
/external/clang/include/clang/Basic/ |
SourceManagerInternals.h | 44 /// which is manipulated by GNU linemarker directives. 78 /// \brief Map used to assign unique IDs to filenames in \#line directives.
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64ELFStreamer.cpp | 81 /// on explicit assembler directives but on inherent properties of the 82 /// directives doing the emission (e.g. ".byte" is data, "add x0, x0, x0" an
|