/external/llvm/test/MC/ARM/ |
eh-directive-fnstart-diagnostics.s | 4 @ Check the diagnostics for the mismatched .fnstart directives.
|
eh-directive-save-diagnostics.s | 19 @ CHECK: error: .fnstart must precede .save or .vsave directives
|
eh-directive-vsave-diagnostics.s | 19 @ CHECK: error: .fnstart must precede .save or .vsave directives
|
eh-directive-personalityindex-diagnostics.s | 58 @ CHECK: error: multiple personality directives 77 @ CHECK: error: multiple personality directives
|
eh-directive-section.s | 6 @ Check the combination of .section, .fnstart, and .fnend directives. 12 @ For the functions in custom section specified by .section directives,
|
eh-directive-section-multiple-func.s | 11 @ directives is used.
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_cfi.s | 1 # The test verifies that correct DWARF directives are emitted when
|
/external/llvm/test/MC/COFF/ |
comm-align.s | 2 # RUN: | llvm-readobj -coff-directives -symbols | FileCheck %s
|
/external/llvm/test/MC/X86/ |
x86_long_nop.s | 7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
sections.s | 2 * Various sections directives
|
/external/libunwind/doc/ |
libunwind-dynamic.tex | 235 directives. See Section ``Dynamic unwind directives'' for a 236 description of the directives. 263 descriptor with space for \Var{op\_count} unwind directives. Note 265 with the number of directives in a region. Instead, it is sufficient 267 directives, since the end of the directives can always be indicated 270 \section{Dynamic unwind directives} 299 directives with the same \Var{when} value, if a particular instruction 303 the directives are not tied to a particular instruction. B [all...] |
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/ |
ParserImpl.java | 128 private VersionTagsTuple directives; field in class:ParserImpl 137 directives = new VersionTagsTuple(null, new HashMap<String, String>(DEFAULT_TAGS)); 195 directives = new VersionTagsTuple(null, DEFAULT_TAGS); 324 // directives in the document found - drop the previous 331 directives = new VersionTagsTuple(yamlVersion, tagHandles); 333 return directives; 410 if (!directives.getTags().containsKey(handle)) { 414 tag = directives.getTags().get(handle) + suffix; [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
mapmisc.d | 3 #name: AArch64 Mapping Symbols for miscellaneous directives
|
/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)
|
/external/curl/packages/vms/ |
config_h.com | 354 $! Process FCNTL directives 365 $! Process GETADDRINFO directives 375 $! Process IOCTL directives [all...] |
generate_vax_transfer.com | 215 ; This patched Macro32 requires all directives to be in upper case.
|
/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...] |
/toolchain/binutils/binutils-2.25/ld/ |
deffilep.y | 366 static struct directive *directives = 0; 414 while ((d = directives) != NULL) 420 directives = d->next; 1154 d->next = directives; 1155 directives = d; [all...] |
/external/libunwind/src/ia64/ |
Gtables.c | 142 unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off; local 207 /* dyn-list entry must consist of a single word of NOP directives */ 210 if ( ((ret = read_mem (as, info_addr, &directives, arg)) < 0) 216 if (directives != 0 || pers != 0
|
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xhtml/1.0/ |
doxia-module-xhtml-1.0.jar | |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
mapmisc.d | 3 #name: ARM Mapping Symbols for miscellaneous directives
|
/external/webrtc/webrtc/base/ |
httpclient.cc | 62 HttpAttributeList directives; local 63 HttpParseAttributes(value.data(), value.size(), directives); 64 // Response Directives Summary: 73 if (HttpHasAttribute(directives, "no-store", NULL)) { 75 } else if (HttpHasAttribute(directives, "public", NULL)) {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/ |
cfi-x86_64.s | 103 #; - test for all .cfi directives.
|
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.osgi_3.10.100.v20150529-1857.jar | |