Home
last modified time | relevance | path

Searched refs:stab (Results 1 – 20 of 20) sorted by relevance

/external/valgrind/VEX/unused/
Dlinker.c421 Elf_Sym* stab, char* strtab ) in do_Elf_Rel_relocations() argument
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rel_relocations()
452 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rel_relocations()
460 + stab[ELF_R_SYM(info)].st_value); in do_Elf_Rel_relocations()
547 Elf_Sym* stab, char* strtab ) in do_Elf_Rela_relocations() argument
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rela_relocations()
587 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rela_relocations()
595 + stab[ELF_R_SYM(info)].st_value); in do_Elf_Rela_relocations()
712 Elf_Sym* stab = NULL; in ocResolve_ELF() local
719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); in ocResolve_ELF()
[all …]
/external/valgrind/VEX/switchback/
Dlinker.c517 Elf_Sym* stab, char* strtab )
527 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
548 Elf_Sym sym = stab[ELF_R_SYM(info)];
556 + stab[ELF_R_SYM(info)].st_value);
643 Elf_Sym* stab, char* strtab )
653 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
694 Elf_Sym sym = stab[ELF_R_SYM(info)];
702 + stab[ELF_R_SYM(info)].st_value);
872 Elf_Sym* stab = NULL;
879 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB );
[all …]
/external/iproute2/tc/
Dtc_qdisc.c52 } stab; in tc_qdisc_modify() local
62 memset(&stab, 0, sizeof(stab)); in tc_qdisc_modify()
126 if (parse_size_table(&argc, &argv, &stab.szopts) < 0) in tc_qdisc_modify()
164 if (check_size_table_opts(&stab.szopts)) { in tc_qdisc_modify()
167 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0) { in tc_qdisc_modify()
174 addattr_l(&req.n, sizeof(req), TCA_STAB_BASE, &stab.szopts, in tc_qdisc_modify()
175 sizeof(stab.szopts)); in tc_qdisc_modify()
176 if (stab.data) in tc_qdisc_modify()
177 addattr_l(&req.n, sizeof(req), TCA_STAB_DATA, stab.data, in tc_qdisc_modify()
178 stab.szopts.tsize * sizeof(__u16)); in tc_qdisc_modify()
[all …]
Dtc_core.c157 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) in tc_calc_size_table() argument
169 *stab = NULL; in tc_calc_size_table()
182 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table()
183 if (!*stab) in tc_calc_size_table()
193 (*stab)[i] = sz >> s->size_log; in tc_calc_size_table()
Dtc_core.h25 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab);
/external/opencv3/samples/cpp/
Dvideostab.cpp402 Ptr<LpMotionStabilizer> stab = makePtr<LpMotionStabilizer>(); in main() local
403 stab->setFrameSize(Size(source->width(), source->height())); in main()
404stab->setTrimRatio(arg("lps-trim-ratio") == "auto" ? argf("trim-ratio") : argf("lps-trim-ratio")); in main()
405 stab->setWeight1(argf("lps-w1")); in main()
406 stab->setWeight2(argf("lps-w2")); in main()
407 stab->setWeight3(argf("lps-w3")); in main()
408 stab->setWeight4(argf("lps-w4")); in main()
409 twoPassStabilizer->setMotionStabilizer(stab); in main()
/external/elfutils/src/
Delf32-i386.script192 .stab;
194 .stab.excl;
195 .stab.exclstr;
196 .stab.index;
197 .stab.indexstr;
/external/google-breakpad/src/common/
Dstabs_reader.cc68 StabsReader::StabsReader(const uint8_t *stab, size_t stab_size, in StabsReader() argument
72 : entries_(stab, stab_size), in StabsReader()
Dstabs_reader.h96 StabsReader(const uint8_t *stab, size_t stab_size,
Dcommon.gyp49 'android/include/stab.h',
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
Dwebrtc_cng.c242 int stab; in WebRtcCng_Encode() local
324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, in WebRtcCng_Encode()
327 if (!stab) { in WebRtcCng_Encode()
/external/iproute2/man/man8/
DMakefile8 tc-sfb.8 tc-sfq.8 tc-stab.8 tc-tbf.8 \
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c578 int16_t stab; in WebRtcIsacfix_GetLpcCoef() local
813 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO); in WebRtcIsacfix_GetLpcCoef()
815 if (stab<0) { // If unstable use lower order in WebRtcIsacfix_GetLpcCoef()
821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8); in WebRtcIsacfix_GetLpcCoef()
/external/elfutils/tests/
Drun-elfputzdata.sh47 Lets compress 24 .stab, size: 21540
85 Lets compress 24 .stab, size: 21540
/external/strace/
DNEWS258 * Fixed build when process_vm_readv is a stab.
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt434 刺>'[stab]';
2266 朿>'[stab]';
/external/chromium-trace/catapult/third_party/coverage/
DCHANGES.rst589 technique, taking another stab at fixing `issue 80`_ once and for all.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt17047 㩰 < to\-stab;
20412 刺 < stab;
48765 㩰 > to\-stab;
48780 㨖 > to\-stab;
53293 刺 > stab;
54530 朿 > stab;
54687 剚 > stab;
54688 刾 > stab;
54934 刺 > stab;
/external/bison/
DChangeLog-201210802 * doc/bison.texinfo (C++ Language Interface): First stab.
/external/curl/
DCHANGES.014812 - I finally took a stab at the long-term FIXME item I've had on myself, and