HomeSort by relevance Sort by last modified time
    Searched defs:dynamic (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 12 /// Supports all the types required for dynamic Matcher construction.
29 namespace dynamic { namespace in namespace:clang::ast_matchers
345 } // end namespace dynamic
  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 113 bfd_boolean dynamic = FALSE;
122 dynamic = TRUE;
128 if (dynamic)
136 we have not tried the dynamic symbols then give them a go. */
138 && ! dynamic
111 bfd_boolean dynamic = FALSE; local
  /toolchain/binutils/binutils-2.27/zlib/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...]
  /external/clang/lib/ASTMatchers/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
733 } // namespace dynamic
Parser.cpp 15 #include "clang/ASTMatchers/Dynamic/Parser.h"
16 #include "clang/ASTMatchers/Dynamic/Registry.h"
26 namespace dynamic { namespace in namespace:clang::ast_matchers
611 } // namespace dynamic
  /external/syslinux/gpxe/src/include/gpxe/
tls.h 104 void *dynamic; member in struct:tls_cipherspec
  /external/mockito/lib/
byte-buddy-1.7.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /bionic/linker/
linker_soinfo.h 125 ElfW(Dyn)* dynamic; member in struct:soinfo
382 for (const ElfW(Dyn)* d = si->dynamic; d->d_tag != DT_NULL; ++d) {
  /bionic/tools/relocation_packer/src/
elf_file.cc 11 // This requires some fixups for symtab/hash/gnu_hash dynamic section addresses.
29 // Out-of-band dynamic tags used to indicate the offset and size of the
91 case PT_DYNAMIC: type = "DYNAMIC"; break;
131 // the .rel.dyn or .rela.dyn, .dynamic, and .android.rel.dyn or
185 // Notes of the dynamic relocations, packed relocations, and .dynamic
238 LOG(ERROR) << "Missing .dynamic section";
463 // Helper for ResizeSection(). Locate and return the dynamic section.
472 // Find the program header that describes the dynamic section.
498 // Helper for ResizeSection(). Adjust the .dynamic section for the hole
517 typename ELF::Dyn* dynamic = &dynamics[i]; local
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 371 /* Set up dynamic offsets */
990 struct anv_dynamic_state *dynamic = &pipeline->dynamic_state; local
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 475 /// readDynamic - read ELF .dynamic in input dynobj
478 const LDSection* dynamic_sect = pInput.context()->getSection(".dynamic");
480 fatal(diag::err_cannot_read_section) << ".dynamic";
493 const llvm::ELF::Elf32_Dyn* dynamic = local
504 d_tag = dynamic[idx].d_tag;
505 d_val = dynamic[idx].d_un.d_val;
507 d_tag = mcld::bswap32(dynamic[idx].d_tag);
508 d_val = mcld::bswap32(dynamic[idx].d_un.d_val);
526 // if there is no SONAME in .dynamic, then set it from input path
987 const llvm::ELF::Elf64_Dyn* dynamic = local
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 237 // change __exidx_start/_end to local dynamic category
284 // initialize .dynamic data
309 "static linkage should not result in a dynamic relocation section");
318 "static linkage should not result in a dynamic relocation section");
350 /// dynamic - the dynamic section of the target machine.
351 /// Use co-variant return type to return its own dynamic section.
352 ARMELFDynamic& ARMGNULDBackend::dynamic() { function in class:mcld::ARMGNULDBackend
357 /// dynamic - the dynamic section of the target machine
359 const ARMELFDynamic& ARMGNULDBackend::dynamic() const { function in class:mcld::ARMGNULDBackend
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 85 // initialize .dynamic data
103 "static linkage should not result in a dynamic relocation section");
110 "static linkage should not result in a dynamic relocation section");
122 /// dynamic - the dynamic section of the target machine.
123 /// Use co-variant return type to return its own dynamic section.
124 HexagonELFDynamic& HexagonLDBackend::dynamic() { function in class:mcld::HexagonLDBackend
129 /// dynamic - the dynamic section of the target machine.
130 /// Use co-variant return type to return its own dynamic section
131 const HexagonELFDynamic& HexagonLDBackend::dynamic() const { function in class:mcld::HexagonLDBackend
    [all...]
  /external/libunwind/src/ia64/
Gparser.c 695 /* parse dynamic unwind info */
926 int ret, dynamic = 1;
931 /* check dynamic info first --- it overrides everything else */
936 dynamic = 0;
941 c->pi_is_dynamic = dynamic;
924 int ret, dynamic = 1; local
  /external/mesa3d/src/amd/vulkan/
radv_pipeline.c 1179 struct radv_dynamic_state *dynamic = &pipeline->dynamic_state; local
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
AbstractMessageTest.java 503 // Object should be equal to a dynamic copy of itself.
504 DynamicMessage dynamic = DynamicMessage.newBuilder(message).build(); local
505 checkEqualsIsConsistent(message, dynamic);
  /external/syslinux/gpxe/src/net/
tls.c 412 free ( cipherspec->dynamic );
437 void *dynamic; local
442 /* Allocate dynamic storage */
444 dynamic = malloc ( total );
445 if ( ! dynamic ) {
450 memset ( dynamic, 0, total );
453 cipherspec->dynamic = dynamic;
454 cipherspec->pubkey_ctx = dynamic; dynamic += pubkey->ctxsize
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 181 // initialize .dynamic data
214 "static linkage should not result in a dynamic relocation section");
223 "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:mcld::MipsGNULDBackend
253 /// dynamic - the dynamic section of the target machine.
254 /// Use co-variant return type to return its own dynamic section
255 const MipsELFDynamic& MipsGNULDBackend::dynamic() const { function in class:mcld::MipsGNULDBackend
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 149 unsigned dynamic[I915_MAX_DYNAMIC]; member in struct:i915_state
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
snmp.h 20 WINBOOL dynamic; member in struct:__anon65667
  /toolchain/binutils/binutils-2.27/bfd/
elf32-or1k.c 560 decides to copy as dynamic relocs in check_relocs for each symbol.
591 /* Track dynamic relocs copied for this symbol. */
618 /* Short-cuts to get to dynamic linker sections. */
1113 int dynamic; local
    [all...]

Completed in 537 milliseconds

1 2 3 45 6 7 8