/frameworks/rs/cpu_ref/linkloader/include/ |
ELFObject.h | 38 std::vector<ELFSectionTy *> stab; member in class:ELFObject 114 for (size_t i = 0; i < stab.size(); ++i) { 116 delete stab[i];
|
/external/dropbear/libtomcrypt/src/ciphers/ |
rc5.c | 35 static const ulong32 stab[50] = { variable 97 XMEMCPY(S, stab, t * sizeof(*S));
|
rc6.c | 34 static const ulong32 stab[44] = { variable 87 XMEMCPY(S, stab, 44 * sizeof(stab[0]));
|
/external/iproute2/tc/ |
tc_qdisc.c | 36 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n"); 43 fprintf(stderr, "STAB_OPTIONS := ... try tc qdisc add stab help\n"); 54 } stab; local 64 memset(&stab, 0, sizeof(stab)); 119 } else if (matches(*argv, "stab") == 0) { 120 if (parse_size_table(&argc, &argv, &stab.szopts) < 0) 157 if (check_size_table_opts(&stab.szopts)) { 160 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0) [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readstabs.c | 107 struct nlist* stab = (struct nlist*)stabC; local 128 stab kinds: 100 N_SO a source file name 145 const struct nlist *st = &stab[i]; 176 current stab. */ 217 if (stab[i].n_un.n_strx) { 218 string = stabstr + stab[i].n_un.n_strx;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
stabs-dbgfmt.c | 57 N_ENDM = 0x62, /* Last stab for module (Solaris2) */ 90 unsigned int stablen; /* size of a stab for current machine */ 93 yasm_section *stab; /* sections to which stabs, stabstrs appended */ member in struct:__anon16370 105 stabs_stab_type type; /* stab type: N_* */ 107 unsigned short desc; /* description element of a stab */ 109 /*@null@*/yasm_bytecode *bcvalue; /* relocated stab's bytecode */ 193 /* Create and add a new stab bytecode to a section, updating offset on 203 stabs_stab *stab = yasm_xmalloc(sizeof(stabs_stab)); local 205 stab->other = 0; 206 stab->bcstr = bcstr 318 stabs_stab *stab; local 416 const stabs_stab *stab = (const stabs_stab *)bc->contents; local 472 const stabs_stab *stab = (const stabs_stab *)contents; local [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model.c | 590 WebRtc_Word16 stab; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-objfmt.c | 815 yasm_section *stabsect = yasm_object_find_general(object, ".stab"); 819 elf_secthead *stab = local 823 if (stab && stabstr) { 824 elf_secthead_set_link(stab, elf_secthead_get_index(stabstr)); 827 yasm_internal_error(N_("missing .stab or .stabstr section/data")); 897 if (yasm__strcasecmp(sectname, ".stab")==0) { [all...] |
/external/valgrind/main/VEX/unused/ |
linker.c | 421 Elf_Sym* stab, char* strtab ) 431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 452 Elf_Sym sym = stab[ELF_R_SYM(info)]; 460 + stab[ELF_R_SYM(info)].st_value); 547 Elf_Sym* stab, char* strtab ) 557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 587 Elf_Sym sym = stab[ELF_R_SYM(info)]; 595 + stab[ELF_R_SYM(info)].st_value); 712 Elf_Sym* stab = NULL; local 719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ) 770 Elf_Sym* stab; local 954 Elf_Sym* stab; local [all...] |
/bionic/libc/kernel/arch-mips/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|
/external/kernel-headers/original/asm-mips/ |
sgiarcs.h | 361 unsigned long stab; /* Symbol table. */ member in struct:linux_smonblock
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
sgiarcs.h | 356 unsigned long stab; member in struct:linux_smonblock
|