| /frameworks/compile/mclinker/lib/Target/AArch64/ |
| AArch64LDBackend.cpp | 196 // initialize .dynamic data 231 "static linkage should not result in a dynamic relocation section"); 239 "static linkage should not result in a dynamic relocation section"); 270 AArch64ELFDynamic& AArch64GNULDBackend::dynamic() function in class:AArch64GNULDBackend 276 const AArch64ELFDynamic& AArch64GNULDBackend::dynamic() const function in class:AArch64GNULDBackend
|
| /ndk/sources/android/crazy_linker/src/ |
| crazy_linker_elf_view.h | 35 // appropriate values. Note that functions phdr() or dynamic() will always 45 const ELF::Dyn* dynamic() const { return dynamic_; } function in class:crazy::ElfView 52 // Helper class to iterate over the dynamic table. 64 dyn_ = view->dynamic();
|
| /external/clang/include/clang/ASTMatchers/Dynamic/ |
| Diagnostics.h | 18 #include "clang/ASTMatchers/Dynamic/VariantValue.h" 29 namespace dynamic { namespace in namespace:clang::ast_matchers 181 } // namespace dynamic
|
| /external/clang/lib/ASTMatchers/Dynamic/ |
| VariantValue.cpp | 15 #include "clang/ASTMatchers/Dynamic/VariantValue.h" 21 namespace dynamic { namespace in namespace:clang::ast_matchers 264 } // end namespace dynamic
|
| Marshallers.h | 24 #include "clang/ASTMatchers/Dynamic/Diagnostics.h" 25 #include "clang/ASTMatchers/Dynamic/VariantValue.h" 32 namespace dynamic { namespace in namespace:clang::ast_matchers 732 } // namespace dynamic
|
| Parser.cpp | 15 #include "clang/ASTMatchers/Dynamic/Parser.h" 16 #include "clang/ASTMatchers/Dynamic/Registry.h" 25 namespace dynamic { namespace in namespace:clang::ast_matchers 574 } // namespace dynamic
|
| /external/clang/unittests/ASTMatchers/Dynamic/ |
| ParserTest.cpp | 1 //===- unittest/ASTMatchers/Dynamic/ParserTest.cpp - Parser unit tests -===// 11 #include "clang/ASTMatchers/Dynamic/Parser.h" 12 #include "clang/ASTMatchers/Dynamic/Registry.h" 21 namespace dynamic { namespace in namespace:clang::ast_matchers 288 } // end namespace dynamic
|
| RegistryTest.cpp | 1 //===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===// 11 #include "clang/ASTMatchers/Dynamic/Registry.h" 17 namespace dynamic { namespace in namespace:clang::ast_matchers 481 } // end namespace dynamic
|
| /external/libunwind/src/dwarf/ |
| Gparser.c | 391 int ret, dynamic = 1; local 416 /* check dynamic info first --- it overrides everything else */ 421 dynamic = 0; 432 c->pi_is_dynamic = dynamic;
|
| /external/wpa_supplicant_8/src/utils/ |
| trace.c | 75 bfd_boolean dynamic = FALSE; local 88 dynamic = TRUE; 101 if (dynamic) 107 dynamic ? "dynamic " : "");
|
| /external/zlib/src/contrib/puff/ |
| puff.c | 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks 232 * in the deflate format. See the format notes for fixed() and dynamic(). 325 * one symbol, which is an error in a dynamic block. 328 * This is assured by the construction of the length arrays in dynamic() and 335 * bit instead of zero bits. See the format notes for fixed() and dynamic(). 387 * description if dynamic is a combination of literals and length/distance 508 /* done with a valid fixed or dynamic block */ 518 * which the size of the code descriptions in a dynamic block exceeds the 579 * Process a dynamic codes block. 583 * - A dynamic block starts with a description of the literal/length an 665 local int dynamic(struct state *s) function [all...] |
| /frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
| VectorDrawableTest.java | 17 package com.android.test.dynamic; 37 private static final String EXTRA_PATH = "com.android.test.dynamic.Path"; 38 private static final String CATEGORY_HWUI_TEST = "com.android.test.dynamic.TEST";
|
| /frameworks/compile/mclinker/lib/Target/X86/ |
| X86LDBackend.cpp | 89 // initialize .dynamic data 105 "static linkage should not result in a dynamic relocation section"); 111 "static linkage should not result in a dynamic relocation section"); 125 /// dynamic - the dynamic section of the target machine. 126 /// Use co-variant return type to return its own dynamic section. 127 X86ELFDynamic& X86GNULDBackend::dynamic() function in class:X86GNULDBackend 133 /// dynamic - the dynamic section of the target machine. 134 /// Use co-variant return type to return its own dynamic section 135 const X86ELFDynamic& X86GNULDBackend::dynamic() const function in class:X86GNULDBackend [all...] |
| /ndk/sources/host-tools/ndk-stack/binutils/ |
| addr2line.c | 114 bfd_boolean dynamic = FALSE; 123 dynamic = TRUE; 129 if (dynamic) 112 bfd_boolean dynamic = FALSE; local
|
| /bionic/linker/ |
| linker.h | 64 // but the dynamic linker needs to be able to load mips64 ELF files. 126 ElfW(Dyn)* dynamic; member in struct:soinfo
|
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| ARMLDBackend.cpp | 171 // change __exidx_start/_end to local dynamic category 223 // initialize .dynamic data 248 "static linkage should not result in a dynamic relocation section"); 256 "static linkage should not result in a dynamic relocation section"); 289 /// dynamic - the dynamic section of the target machine. 290 /// Use co-variant return type to return its own dynamic section. 291 ARMELFDynamic& ARMGNULDBackend::dynamic() function in class:ARMGNULDBackend 297 /// dynamic - the dynamic section of the target machine 299 const ARMELFDynamic& ARMGNULDBackend::dynamic() const function in class:ARMGNULDBackend [all...] |
| /art/compiler/ |
| elf_writer_quick.cc | 157 // | Elf32_Phdr LOAD RW | .dynamic 158 // | Elf32_Phdr DYNAMIC | .dynamic 189 // | .dynamic | 206 // | .dynamic\0 | 234 // | Elf32_Shdr .dynamic | 357 // Setup .dynamic 440 // Get the layout of the dynamic section. 477 LOG(INFO) << "dynamic off=" << dynamic_builder_.section_.sh_offset 478 << " dynamic size=" << dynamic_builder_.section_.sh_size 529 std::vector<Elf32_Dyn> dynamic = dynamic_builder_.GetDynamics(dynstr.size(), local [all...] |
| /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
| AbstractMessageTest.java | 479 // Object should be equal to a dynamic copy of itself. 480 DynamicMessage dynamic = DynamicMessage.newBuilder(message).build(); local 481 checkEqualsIsConsistent(message, dynamic);
|
| /external/chromium_org/tools/relocation_packer/src/ |
| elf_file.cc | 24 // Out-of-band dynamic tags used to indicate the offset and size of the 75 case PT_DYNAMIC: type = "DYNAMIC"; break; 113 // the .rel.dyn, .dynamic, and .android.rel.dyn sections. No-op if the 164 // Notes of the .rel.dyn, .android.rel.dyn, and .dynamic sections. Found 215 LOG("ERROR: Missing .dynamic section\n"); 310 // Helper for ResizeSection(). Adjust the .dynamic section for the hole. 323 Elf32_Dyn* dynamic = &dynamics[i]; local 324 const Elf32_Sword tag = dynamic->d_tag; 338 if (is_adjustable && dynamic->d_un.d_ptr > hole_start) { 339 dynamic->d_un.d_ptr += hole_size [all...] |
| /external/protobuf/java/src/test/java/com/google/protobuf/ |
| AbstractMessageTest.java | 429 // Object should be equal to a dynamic copy of itself. 430 DynamicMessage dynamic = DynamicMessage.newBuilder(message).build(); local 431 checkEqualsIsConsistent(message, dynamic);
|
| /frameworks/compile/mclinker/lib/LD/ |
| ELFReader.cpp | 497 /// readDynamic - read ELF .dynamic in input dynobj 501 const LDSection* dynamic_sect = pInput.context()->getSection(".dynamic"); 503 fatal(diag::err_cannot_read_section) << ".dynamic"; 516 const llvm::ELF::Elf32_Dyn* dynamic = local 528 d_tag = dynamic[idx].d_tag; 529 d_val = dynamic[idx].d_un.d_val; 531 d_tag = mcld::bswap32(dynamic[idx].d_tag); 532 d_val = mcld::bswap32(dynamic[idx].d_un.d_val); 550 // if there is no SONAME in .dynamic, then set it from input path 1037 const llvm::ELF::Elf64_Dyn* dynamic = local [all...] |
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| HexagonLDBackend.cpp | 89 // initialize .dynamic data 106 "static linkage should not result in a dynamic relocation section"); 112 "static linkage should not result in a dynamic relocation section"); 125 /// dynamic - the dynamic section of the target machine. 126 /// Use co-variant return type to return its own dynamic section. 127 HexagonELFDynamic& HexagonLDBackend::dynamic() function in class:HexagonLDBackend 133 /// dynamic - the dynamic section of the target machine. 134 /// Use co-variant return type to return its own dynamic section 135 const HexagonELFDynamic& HexagonLDBackend::dynamic() const function in class:HexagonLDBackend [all...] |
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsLDBackend.cpp | 171 // initialize .dynamic data 201 "static linkage should not result in a dynamic relocation section"); 209 "static linkage should not result in a dynamic relocation section"); 246 /// dynamic - the dynamic section of the target machine. 247 /// Use co-variant return type to return its own dynamic section. 248 MipsELFDynamic& MipsGNULDBackend::dynamic() function in class:MipsGNULDBackend 254 /// dynamic - the dynamic section of the target machine. 255 /// Use co-variant return type to return its own dynamic section 256 const MipsELFDynamic& MipsGNULDBackend::dynamic() const function in class:MipsGNULDBackend [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.help_3.5.0.v20100524.jar | |
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
| sm4.h | 120 unsigned dynamic : 1; member in struct:sm4_token_instruction::__anon17776::__anon17784
|