HomeSort by relevance Sort by last modified time
    Searched defs:dynamic (Results 1 - 19 of 19) sorted by null

  /build/tools/apriori/
source.h 33 size_t idx; /* index of DT entry in the .dynamic section, if entry has a ptr value */
35 size_t sz_idx; /* index of DT entry in the .dynamic section, if entry has a size value */
73 section_info_t dynamic; member in struct:source_t
  /external/zlib/contrib/puff/
puff.c 222 * in the deflate format. See the format notes for fixed() and dynamic().
312 * one symbol, which is an error in a dynamic block.
315 * This is assured by the construction of the length arrays in dynamic() and
322 * bit instead of zero bits. See the format notes for fixed() and dynamic().
373 * description if dynamic is a combination of literals and length/distance
488 /* done with a valid fixed or dynamic block */
498 * which the size of the code descriptions in a dynamic block exceeds the
559 * Process a dynamic codes block.
563 * - A dynamic block starts with a description of the literal/length and
564 * distance codes for that block. New dynamic blocks allow the compressor t
645 local int dynamic(struct state *s) function
    [all...]
  /bionic/linker/
linker.h 101 unsigned *dynamic; member in struct:soinfo
  /build/tools/lsd/
lsd.c 47 section_info_t dynamic; member in struct:source_t
198 source->dynamic.scn = scn;
199 source->dynamic.data = elf_getdata(scn, NULL);
201 memcpy(&source->dynamic.shdr, shdr, sizeof(GElf_Shdr));
227 if (source->dynamic.scn == NULL) {
228 INFO("File [%s] does not have a dynamic section!\n", full_path);
233 "File [%s] does not have a dynamic symbol table!\n",
664 source->dynamic.shdr.sh_size /
665 source->dynamic.shdr.sh_entsize;
668 dyn = gelf_getdyn (source->dynamic.data,
    [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);
  /bionic/libc/kernel/common/linux/
elf.h 110 typedef struct dynamic{ struct
  /development/ndk/platforms/android-3/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /external/kernel-headers/original/linux/
elf.h 59 /* This is the info that is needed to parse the dynamic section of the file */
107 typedef struct dynamic{ struct
  /external/quake/quake/src/WinQuake/
net_bw.cpp 398 static int dynamic = 1024; local
445 // B&W does NOT do dynamic allocation, so if port == 0 we must fake it
448 port = dynamic++;
449 if (dynamic == 4096)
450 dynamic = 1024;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 251 /* TRUE if BFD should export all symbols in the dynamic symbol table
294 /* TRUE if the new ELF dynamic tags are enabled. */
432 /* How many spare .dynamic DT_NULL entries should be added? */
444 /* List of symbols should be dynamic. */
445 struct bfd_elf_dynamic_list *dynamic;
443 struct bfd_elf_dynamic_list *dynamic; member in struct:bfd_link_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
elf.h 110 typedef struct dynamic{ struct
  /external/qemu/
elf.h 124 /* This is the info that is needed to parse the dynamic section of the file */
210 typedef struct dynamic{ struct
246 /* Not a dynamic reloc, so not included in R_386_NUM. Used in TCG. */
570 dynamic TLS code. */
572 dynamic TLS code. */
573 #define R_390_TLS_GD32 40 /* Direct 32 bit for general dynamic
575 #define R_390_TLS_GD64 41 /* Direct 64 bit for general dynamic
583 #define R_390_TLS_LDM32 45 /* Direct 32 bit for local dynamic
585 #define R_390_TLS_LDM64 46 /* Direct 64 bit for local dynamic
746 #define R_PARISC_IPLT 129 /* Dynamic reloc, imported PLT *
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 7380 milliseconds