/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
D | stabs-dbgfmt.c | 93 yasm_section *stab; /* sections to which stabs, stabstrs appended */ member 203 stabs_stab *stab = yasm_xmalloc(sizeof(stabs_stab)); in stabs_dbgfmt_append_stab() local 205 stab->other = 0; in stabs_dbgfmt_append_stab() 206 stab->bcstr = bcstr; in stabs_dbgfmt_append_stab() 207 stab->type = type; in stabs_dbgfmt_append_stab() 208 stab->desc = (unsigned short)desc; in stabs_dbgfmt_append_stab() 209 stab->symvalue = symvalue; in stabs_dbgfmt_append_stab() 210 stab->bcvalue = bcvalue; in stabs_dbgfmt_append_stab() 211 stab->value = value; in stabs_dbgfmt_append_stab() 213 bc = yasm_bc_create_common(&stabs_bc_stab_callback, stab, in stabs_dbgfmt_append_stab() [all …]
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 54 } stab; in tc_qdisc_modify() local 64 memset(&stab, 0, sizeof(stab)); in tc_qdisc_modify() 120 if (parse_size_table(&argc, &argv, &stab.szopts) < 0) in tc_qdisc_modify() 157 if (check_size_table_opts(&stab.szopts)) { in tc_qdisc_modify() 160 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0) { in tc_qdisc_modify() 167 addattr_l(&req.n, sizeof(req), TCA_STAB_BASE, &stab.szopts, in tc_qdisc_modify() 168 sizeof(stab.szopts)); in tc_qdisc_modify() 169 if (stab.data) in tc_qdisc_modify() 170 addattr_l(&req.n, sizeof(req), TCA_STAB_DATA, stab.data, in tc_qdisc_modify() 171 stab.szopts.tsize * sizeof(__u16)); in tc_qdisc_modify() [all …]
|
D | tc_core.c | 141 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) in tc_calc_size_table() argument 153 *stab = NULL; in tc_calc_size_table() 166 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table() 167 if (!*stab) in tc_calc_size_table() 177 (*stab)[i] = sz >> s->size_log; in tc_calc_size_table()
|
D | tc_core.h | 25 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab);
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 421 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/main/VEX/switchback/ |
D | linker.c | 517 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/elfutils/0.153/src/ |
D | elf32-i386.script | 192 .stab; 194 .stab.excl; 195 .stab.exclstr; 196 .stab.index; 197 .stab.indexstr;
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readstabs.c | 107 struct nlist* stab = (struct nlist*)stabC; in ML_() local 147 const struct nlist *st = &stab[i]; in ML_() 216 if (stab[i].n_un.n_strx) { in ML_() 217 string = stabstr + stab[i].n_un.n_strx; in ML_()
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios32.ld | 12 /DISCARD/ : { *(.stab)
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/ |
D | webrtc_cng.c | 243 int i, stab; in WebRtcCng_Encode() local 325 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, in WebRtcCng_Encode() 328 if (!stab) { in WebRtcCng_Encode()
|
/external/iproute2/man/man8/ |
D | Makefile | 8 ip-monitor.8 tc-stab.8 tc-hfsc.8 ip-xfrm.8 ip-netns.8 \
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 590 int16_t stab; in WebRtcIsacfix_GetLpcCoef() local 821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO); in WebRtcIsacfix_GetLpcCoef() 823 if (stab<0) { // If unstable use lower order in WebRtcIsacfix_GetLpcCoef() 829 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8); in WebRtcIsacfix_GetLpcCoef()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 590 WebRtc_Word16 stab; in WebRtcIsacfix_GetLpcCoef() local 821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO); in WebRtcIsacfix_GetLpcCoef() 823 if (stab<0) { // If unstable use lower order in WebRtcIsacfix_GetLpcCoef() 829 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8); in WebRtcIsacfix_GetLpcCoef()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-objfmt.c | 819 elf_secthead *stab = in elf_objfmt_output() local 823 if (stab && stabstr) { in elf_objfmt_output() 824 elf_secthead_set_link(stab, elf_secthead_get_index(stabstr)); in elf_objfmt_output()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/po/ |
D | yasm.pot | 1307 msgid "stabs debugging conflicts with user-defined section .stab" 1311 msgid "stabs debugging overrides empty section .stab" 1327 msgid "tried to resolve a stabs stab bytecode" 1818 msgid "missing .stab or .stabstr section/data"
|
/external/strace/ |
D | NEWS | 90 * Fixed build when process_vm_readv is a stab.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 19336 stab stab 19338 stabbed stab 19339 stabbing stab 19345 stabs stab
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 27418 stab stab
|
/external/bison/ |
D | ChangeLog-2012 | 10802 * doc/bison.texinfo (C++ Language Interface): First stab.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 11514 http://music.msn.com/album/default.aspx?album=10197846&palbum=41657705&stab=3 11515 http://music.msn.com/album/default.aspx?album=10197846&palbum=41681413&stab=3 11521 http://music.msn.com/artist/default.aspx?artist=16360935&stab=4
|