Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
Dstabs-dbgfmt.c93 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/
Dtc_qdisc.c54 } 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 …]
Dtc_core.c141 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()
Dtc_core.h25 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab);
/external/qemu/
Dalpha.ld94 .stab 0 : { *(.stab) }
96 .stab.excl 0 : { *(.stab.excl) }
97 .stab.exclstr 0 : { *(.stab.exclstr) }
98 .stab.index 0 : { *(.stab.index) }
99 .stab.indexstr 0 : { *(.stab.indexstr) }
Darm.ld120 .stab 0 : { *(.stab) }
122 .stab.excl 0 : { *(.stab.excl) }
123 .stab.exclstr 0 : { *(.stab.exclstr) }
124 .stab.index 0 : { *(.stab.index) }
125 .stab.indexstr 0 : { *(.stab.indexstr) }
Di386.ld120 .stab 0 : { *(.stab) }
122 .stab.excl 0 : { *(.stab.excl) }
123 .stab.exclstr 0 : { *(.stab.exclstr) }
124 .stab.index 0 : { *(.stab.index) }
125 .stab.indexstr 0 : { *(.stab.indexstr) }
Di386-vl.ld107 .stab 0 : { *(.stab) }
109 .stab.excl 0 : { *(.stab.excl) }
110 .stab.exclstr 0 : { *(.stab.exclstr) }
111 .stab.index 0 : { *(.stab.index) }
112 .stab.indexstr 0 : { *(.stab.indexstr) }
Dsparc.ld116 .stab 0 : { *(.stab) }
118 .stab.excl 0 : { *(.stab.excl) }
119 .stab.exclstr 0 : { *(.stab.exclstr) }
120 .stab.index 0 : { *(.stab.index) }
121 .stab.indexstr 0 : { *(.stab.indexstr) }
Dm68k.ld143 .stab 0 : { *(.stab) }
145 .stab.excl 0 : { *(.stab.excl) }
146 .stab.exclstr 0 : { *(.stab.exclstr) }
147 .stab.index 0 : { *(.stab.index) }
148 .stab.indexstr 0 : { *(.stab.indexstr) }
Dx86_64.ld150 .stab 0 : { *(.stab) }
152 .stab.excl 0 : { *(.stab.excl) }
153 .stab.exclstr 0 : { *(.stab.exclstr) }
154 .stab.index 0 : { *(.stab.index) }
155 .stab.indexstr 0 : { *(.stab.indexstr) }
Dppc.ld192 .stab 0 : { *(.stab) }
194 .stab.excl 0 : { *(.stab.excl) }
195 .stab.exclstr 0 : { *(.stab.exclstr) }
196 .stab.index 0 : { *(.stab.index) }
197 .stab.indexstr 0 : { *(.stab.indexstr) }
Dia64.ld176 .stab 0 : { *(.stab) }
178 .stab.excl 0 : { *(.stab.excl) }
179 .stab.exclstr 0 : { *(.stab.exclstr) }
180 .stab.index 0 : { *(.stab.index) }
181 .stab.indexstr 0 : { *(.stab.indexstr) }
/external/valgrind/main/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/main/VEX/switchback/
Dlinker.c515 Elf_Sym* stab, char* strtab )
525 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
546 Elf_Sym sym = stab[ELF_R_SYM(info)];
554 + stab[ELF_R_SYM(info)].st_value);
641 Elf_Sym* stab, char* strtab )
651 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
692 Elf_Sym sym = stab[ELF_R_SYM(info)];
700 + stab[ELF_R_SYM(info)].st_value);
870 Elf_Sym* stab = NULL;
877 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB );
[all …]
/external/elfutils/src/
Delf32-i386.script192 .stab;
194 .stab.excl;
195 .stab.exclstr;
196 .stab.index;
197 .stab.indexstr;
/external/valgrind/main/coregrind/m_debuginfo/
Dreadstabs.c107 struct nlist* stab = (struct nlist*)stabC; in ML_() local
145 const struct nlist *st = &stab[i]; in ML_()
217 if (stab[i].n_un.n_strx) { in ML_()
218 string = stabstr + stab[i].n_un.n_strx; in ML_()
/external/qemu-pc-bios/bochs/bios/
Drombios32.ld12 /DISCARD/ : { *(.stab)
/external/dropbear/libtomcrypt/src/ciphers/
Drc6.c34 static const ulong32 stab[44] = { variable
87 XMEMCPY(S, stab, 44 * sizeof(stab[0])); in _rc6_setup()
Drc5.c35 static const ulong32 stab[50] = { variable
97 XMEMCPY(S, stab, t * sizeof(*S)); in _rc5_setup()
/external/iproute2/man/man8/
DMakefile8 ip-monitor.8 tc-stab.8 tc-hfsc.8 ip-xfrm.8 ip-netns.8 \
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c590 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/
Delf-objfmt.c819 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/kernel-headers/original/asm-mips/
Dsgiarcs.h361 unsigned long stab; /* Symbol table. */ member
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
Dyasm.pot1307 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"

12