Home
last modified time | relevance | path

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

12345

/trueos/cddl/contrib/opensolaris/tools/ctf/cvt/
HDstabs.c181 stab_t *stab; in stabs_read() local
214 stab = &((stab_t *)data->d_buf)[i]; in stabs_read()
217 if (stab->n_type == N_LBRAC) { in stabs_read()
221 } else if (stab->n_type == N_RBRAC) { in stabs_read()
225 } else if (stab->n_type == N_EINCL) { in stabs_read()
242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM || in stabs_read()
243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM || in stabs_read()
244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM || in stabs_read()
245 stab->n_type == N_RSYM || in stabs_read()
246 stab->n_type == N_STSYM || stab->n_type == N_BINCL || in stabs_read()
[all …]
/trueos/usr.sbin/lpr/chkprintcap/
HDchkprintcap.c128 struct stat stab; in main() local
132 if (stat(pp->spool_dir, &stab) < 0) { in main()
140 note_spool_dir(pp, &stab); in main()
197 struct stat stab; member
207 if (a->stab.st_dev == b->stab.st_dev) in lessp()
208 return a->stab.st_ino < b->stab.st_ino; in lessp()
209 return a->stab.st_dev < b->stab.st_dev; in lessp()
215 return ((a->stab.st_dev == b->stab.st_dev) in equal()
216 && (a->stab.st_ino == b->stab.st_ino)); in equal()
228 dp->stab = *st; in note_spool_dir()
[all …]
/trueos/contrib/binutils/bfd/
HDsyms.c853 bfd_byte *stab; member
919 bfd_byte *stab, *str; in _bfd_stab_section_find_nearest_line() local
1082 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1084 if (stab[TYPEOFF] == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1087 if (bfd_get_32 (abfd, stab + STRDXOFF) == 0) in _bfd_stab_section_find_nearest_line()
1097 if (stab + STABSIZE < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1098 && *(stab + STABSIZE + TYPEOFF) == (bfd_byte) N_SO) in _bfd_stab_section_find_nearest_line()
1100 stab += STABSIZE; in _bfd_stab_section_find_nearest_line()
1103 else if (stab[TYPEOFF] == (bfd_byte) N_FUN) in _bfd_stab_section_find_nearest_line()
1127 for (i = 0, stroff = 0, stab = info->stabs, str = info->strs; in _bfd_stab_section_find_nearest_line()
[all …]
/trueos/libexec/rtld-elf/amd64/
HDelf_rtld.x98 .stab 0 : { *(.stab) }
100 .stab.excl 0 : { *(.stab.excl) }
101 .stab.exclstr 0 : { *(.stab.exclstr) }
102 .stab.index 0 : { *(.stab.index) }
103 .stab.indexstr 0 : { *(.stab.indexstr) }
/trueos/libexec/rtld-elf/i386/
HDelf_rtld.x98 .stab 0 : { *(.stab) }
100 .stab.excl 0 : { *(.stab.excl) }
101 .stab.exclstr 0 : { *(.stab.exclstr) }
102 .stab.index 0 : { *(.stab.index) }
103 .stab.indexstr 0 : { *(.stab.indexstr) }
/trueos/contrib/binutils/binutils/
HDrddbg.c127 bfd_byte *stab; in read_section_stabs_debugging_info() local
161 for (stab = stabs; stab < stabs + stabsize; stab += 12) in read_section_stabs_debugging_info()
171 strx = bfd_get_32 (abfd, stab); in read_section_stabs_debugging_info()
172 type = bfd_get_8 (abfd, stab + 4); in read_section_stabs_debugging_info()
173 other = bfd_get_8 (abfd, stab + 5); in read_section_stabs_debugging_info()
174 desc = bfd_get_16 (abfd, stab + 6); in read_section_stabs_debugging_info()
175 value = bfd_get_32 (abfd, stab + 8); in read_section_stabs_debugging_info()
194 (long) (stab - stabs) / 12, strx, type); in read_section_stabs_debugging_info()
201 && stab + 12 < stabs + stabsize) in read_section_stabs_debugging_info()
205 stab += 12; in read_section_stabs_debugging_info()
[all …]
/trueos/sys/conf/
HDldscript.arm121 .stab 0 : { *(.stab) }
123 .stab.excl 0 : { *(.stab.excl) }
124 .stab.exclstr 0 : { *(.stab.exclstr) }
125 .stab.index 0 : { *(.stab.index) }
126 .stab.indexstr 0 : { *(.stab.indexstr) }
HDldscript.ia64120 .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) }
HDldscript.sparc64232 .stab 0 : { *(.stab) }
234 .stab.excl 0 : { *(.stab.excl) }
235 .stab.exclstr 0 : { *(.stab.exclstr) }
236 .stab.index 0 : { *(.stab.index) }
237 .stab.indexstr 0 : { *(.stab.indexstr) }
HDldscript.i386162 .stab 0 : { *(.stab) }
164 .stab.excl 0 : { *(.stab.excl) }
165 .stab.exclstr 0 : { *(.stab.exclstr) }
166 .stab.index 0 : { *(.stab.index) }
167 .stab.indexstr 0 : { *(.stab.indexstr) }
HDldscript.mips.mips64264 .stab 0 : { *(.stab) }
266 .stab.excl 0 : { *(.stab.excl) }
267 .stab.exclstr 0 : { *(.stab.exclstr) }
268 .stab.index 0 : { *(.stab.index) }
269 .stab.indexstr 0 : { *(.stab.indexstr) }
HDldscript.amd64184 .stab 0 : { *(.stab) }
186 .stab.excl 0 : { *(.stab.excl) }
187 .stab.exclstr 0 : { *(.stab.exclstr) }
188 .stab.index 0 : { *(.stab.index) }
189 .stab.indexstr 0 : { *(.stab.indexstr) }
HDldscript.mips263 .stab 0 : { *(.stab) }
265 .stab.excl 0 : { *(.stab.excl) }
266 .stab.exclstr 0 : { *(.stab.exclstr) }
267 .stab.index 0 : { *(.stab.index) }
268 .stab.indexstr 0 : { *(.stab.indexstr) }
HDldscript.mips.cfe280 .stab 0 : { *(.stab) }
282 .stab.excl 0 : { *(.stab.excl) }
283 .stab.exclstr 0 : { *(.stab.exclstr) }
284 .stab.index 0 : { *(.stab.index) }
285 .stab.indexstr 0 : { *(.stab.indexstr) }
/trueos/contrib/binutils/include/aout/
HDChangeLog6 ranlib.h, reloc.h, stab.def, stab_gnu.h, sun4.h
10 * stab.def: Add N_PATCH to DO definition.
40 * stab.def: Add N_ALIAS from SunPro F77.
44 * stab.def: Use __define_stab_duplicate rather than __define_stab
47 stab.def.
75 * stab.def: Update symbol value table.
138 * stab_gnu.h: Include aout/stab.def not just stab.def.
152 * stab.def (N_ECOML): Fix comment.
156 * stab.def: Remove Solaris information on N_FUN stabstring grammar;
188 * stab.def: Update more Solaris definitions.
[all …]
HDstab.def19 /* New stab from Solaris 2. This uses an n_type of 0, which in a.out files
66 /* New stab from Solaris 2. Like N_SO, but for the object file. Two in
69 executable; this stab goes into the ".stab.index" section, and the debugger
73 /* New stab from Solaris 2. Options for the debugger, related to the
117 this entry is immediately followed by a CAUGHT stab saying what exception
126 /* Solaris2: Last stab emitted for module. */
223 | 00 - 1F are not dbx stab symbols |
/trueos/contrib/gdb/gdb/doc/
HDstabs.texinfo75 * Expanded Reference:: Reference information by stab type
79 * Symbol Types Index:: Index of symbolic stab symbol type names.
117 * Stabs Format:: Overview of stab format
139 in assembler directives known collectively as @dfn{stab} (symbol table)
155 There are three overall formats for stab assembler directives,
156 differentiated by the first word of the stab. The name of the directive
163 The overall format of each class of stab is:
182 which type of stab this is (or whether it @emph{is} a stab, as opposed
183 to an ordinary symbol). Each valid type number defines a different stab
184 type; further, the stab type defines the exact interpretation of, and
[all …]
/trueos/sys/contrib/octeon-sdk/
HDcvmx-shared-linux-o32.ld244 .stab 0 : { *(.stab) }
246 .stab.excl 0 : { *(.stab.excl) }
247 .stab.exclstr 0 : { *(.stab.exclstr) }
248 .stab.index 0 : { *(.stab.index) }
249 .stab.indexstr 0 : { *(.stab.indexstr) }
HDcvmx-shared-linux.ld267 .stab 0 : { *(.stab) }
269 .stab.excl 0 : { *(.stab.excl) }
270 .stab.exclstr 0 : { *(.stab.exclstr) }
271 .stab.index 0 : { *(.stab.index) }
272 .stab.indexstr 0 : { *(.stab.indexstr) }
HDcvmx-shared-linux-n32.ld268 .stab 0 : { *(.stab) }
270 .stab.excl 0 : { *(.stab.excl) }
271 .stab.exclstr 0 : { *(.stab.exclstr) }
272 .stab.index 0 : { *(.stab.index) }
273 .stab.indexstr 0 : { *(.stab.indexstr) }
/trueos/contrib/binutils/ld/scripttempl/
HDsh.sc51 .stab 0 ${RELOCATING+(NOLOAD)} :
53 *(.stab)
HDsparccoff.sc39 .stab 0 ${RELOCATING+(NOLOAD)} :
41 [ .stab ]
HDi386coff.sc34 .stab 0 ${RELOCATING+(NOLOAD)} :
36 [ .stab ]
HDmep.sc401 .stab 0 : { *(.stab) }
403 .stab.excl 0 : { *(.stab.excl) }
404 .stab.exclstr 0 : { *(.stab.exclstr) }
405 .stab.index 0 : { *(.stab.index) }
406 .stab.indexstr 0 : { *(.stab.indexstr) }
/trueos/contrib/gcc/
HDxcoffout.c187 internal_error ("no sclass for %s stab (0x%x)", STR, stab)
192 stab_to_sclass (int stab) in stab_to_sclass() argument
194 switch (stab) in stab_to_sclass()

12345