Home
last modified time | relevance | path

Searched refs:stabs (Results 1 – 25 of 130) sorted by relevance

123456

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
Dweird.s1 .stabs "weird.c",0x64,0,0,Label0
3 .stabs "inttype:t1=bu4;0;32;",0x80,0,0,0
6 ….stabs "sym32: !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrst…
8 ….stabs "type32:t32= !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmno…
11 ….stabs "attr104:G404=@h !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklm…
12 ….stabs "attr105:G405=@i !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklm…
14 .stabs "var0:G300=@a8;1",0x20,0,0, 0
21 ….stabs "sym33:! !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrst…
22 ….stabs "sym35:# !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrst…
23 ….stabs "sym36:$ !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrst…
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc-solaris/
Dsol-cc.s39 .stabs "/cygint/s1/users/raeburn/",100,0,0,0
40 .stabs "hi-sol.c",100,0,3,0
41 .stabs "",56,0,0,0
42 .stabs "",56,0,0,0
43 .stabs "Xt ; g ; O ; V=2.0",60,0,0,0x2bb773ba
44 .stabs "char:t(0,1)=bsc1;0;8;",128,0,0,0
45 .stabs "short:t(0,2)=bs2;0;16;",128,0,0,0
46 .stabs "int:t(0,3)=bs4;0;32;",128,0,0,0
47 .stabs "long:t(0,4)=bs4;0;32;",128,0,0,0
48 .stabs "long long:t(0,5)=bs8;0;64;",128,0,0,0
[all …]
Dsol-gcc.s2 .stabs "/1h/devo/src/gas/testsuite/gas/",100,0,0,.LLtext0
3 .stabs "hi-sol.c",100,0,0,.LLtext0
6 .stabs "gcc2_compiled.", 0x3c, 0, 0, 0
7 .stabs "int:t1=r1;-2147483648;2147483647;",128,0,0,0
8 .stabs "char:t2=r2;0;127;",128,0,0,0
9 .stabs "long int:t3=r1;-2147483648;2147483647;",128,0,0,0
10 .stabs "unsigned int:t4=r1;0;-1;",128,0,0,0
11 .stabs "long unsigned int:t5=r1;0;-1;",128,0,0,0
12 .stabs "short int:t6=r1;-32768;32767;",128,0,0,0
13 .stabs "long long int:t7=r1;0;-1;",128,0,0,0
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
Dkeepdot.s2 .stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0
3 .stabs "char:t(0,2)=r(0,2);0;127;",128,0,0,0
6 .stabs "barxfoo:F(0,20)",36,0,2,_bar
14 .stabs "baz:F(0,20)",36,0,6,_baz
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
Dglobsymw2.s3 ;# A bit like globsymw1.s but containing a valid, working, stabs
5 .stabs "isatty is not implemented and will always fail",30,0,0,0
6 .stabs "globsym1",1,0,0,0
15 .stabs "",100,0,0,Letext0
Dstabs1.s1 .stabs "/x/y/z/",100,0,2,Ltext0
2 .stabs "/blah/foo.c",100,0,2,Ltext0
22 ;# This is the stabs construct that was barfed upon; BFD for
25 .stabs "",100,0,0,Letext0
Dglobsymw1.s11 .stabs "",100,0,0,Letext0
15 .stabs "isatty is not implemented and will always fail",30,0,0,0
Dwarn4.d10 # The test is xfailed because ELF stabs doesn't handle the stabs
/toolchain/binutils/binutils-2.25/binutils/
Drddbg.c127 bfd_byte *stabs, *strings; in read_section_stabs_debugging_info() local
132 stabs = (bfd_byte *) xmalloc (stabsize); in read_section_stabs_debugging_info()
133 if (! bfd_get_section_contents (abfd, sec, stabs, 0, stabsize)) in read_section_stabs_debugging_info()
164 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12) in read_section_stabs_debugging_info()
196 (long) (stab - stabs) / 12, strx, type); in read_section_stabs_debugging_info()
208 && stab + 12 < stabs + stabsize) in read_section_stabs_debugging_info()
220 (long) (stab - stabs) / 12); in read_section_stabs_debugging_info()
253 free (stabs); in read_section_stabs_debugging_info()
Dmakefile.vms39 DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj,dwarf.obj,\
Dconfigure.com106 $ DEBUG_FILES = ",rddbg,debug,stabs,ieee,rdcoff,dwarf"
/toolchain/binutils/binutils-2.25/bfd/
Dsyms.c900 bfd_byte *stabs; member
1025 info->stabs = (bfd_byte *) bfd_alloc (abfd, stabsize); in _bfd_stab_section_find_nearest_line()
1027 if (info->stabs == NULL || info->strs == NULL) in _bfd_stab_section_find_nearest_line()
1030 if (! bfd_get_section_contents (abfd, info->stabsec, info->stabs, in _bfd_stab_section_find_nearest_line()
1084 val = bfd_get_32 (abfd, info->stabs + r->address); in _bfd_stab_section_find_nearest_line()
1088 bfd_put_32 (abfd, (bfd_vma) val, info->stabs + r->address); in _bfd_stab_section_find_nearest_line()
1103 for (stab = info->stabs; stab < info->stabs + stabsize; stab += STABSIZE) in _bfd_stab_section_find_nearest_line()
1119 if (stab + STABSIZE + TYPEOFF < info->stabs + stabsize in _bfd_stab_section_find_nearest_line()
1150 for (i = 0, stab = info->stabs, nul_str = str = info->strs; in _bfd_stab_section_find_nearest_line()
1151 i < info->indextablesize && stab < info->stabs + stabsize; in _bfd_stab_section_find_nearest_line()
[all …]
Dmakefile.vms28 vms-misc.obj,vms-lib.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
Decofflink.c1733 bfd_boolean stabs; in mk_fdrtab() local
1764 stabs = FALSE; in mk_fdrtab()
1775 stabs = TRUE; in mk_fdrtab()
1778 if (!stabs) in mk_fdrtab()
1870 bfd_boolean stabs; in lookup_line() local
1964 stabs = FALSE; in lookup_line()
1975 stabs = TRUE; in lookup_line()
1978 if (!stabs) in lookup_line()
/toolchain/binutils/binutils-2.25/binutils/po/
DPOTFILES.in60 stabs.c
61 stabs.c
Dzh_TW.po2271 " -G, --stabs Display (in raw form) any STABS info in the file\n"
2291 " -G, --stabs 以原始形式顯示檔案中所有的 STABS 資訊\n"
2524 msgid "Last stabs entries before error:\n"
2525 msgstr "錯誤發生前最後的 stabs 進入點:\n"
5147 #: stabs.c:330 stabs.c:1708
5151 #: stabs.c:340
5156 #: stabs.c:348
5161 #: stabs.c:458
5166 #: stabs.c:497
5171 #: stabs.c:738
[all …]
Dzh_CN.po2031 " -G, --stabs Display (in raw form) any STABS info in the file\n"
2050 " -G, --stabs ��ԭʼ��ʽ��ʾ�ļ������е� STABS ��Ϣ\n"
2274 msgid "Last stabs entries before error:\n"
4486 #: stabs.c:343 stabs.c:1759
4490 #: stabs.c:354
4495 #: stabs.c:364
4500 #: stabs.c:485
4504 #: stabs.c:524
4508 #: stabs.c:769
4514 #: stabs.c:1296
[all …]
Dhr.po3941 " -G, --stabs Display (in raw form) any STABS info in the file\n"
4622 msgid "Last stabs entries before error:\n"
7431 #: stabs.c:328 stabs.c:1717
7435 #: stabs.c:338
7440 #: stabs.c:346
7445 #: stabs.c:456
7450 #: stabs.c:495
7455 #: stabs.c:727
7461 #: stabs.c:1262
7467 #: stabs.c:1809
[all …]
Drw.po2163 " -G, --stabs Display (in raw form) any STABS info in the file\n"
2382 msgid "Last stabs entries before error:\n"
4701 #: stabs.c:346 stabs.c:1755
4706 #: stabs.c:357
4711 #: stabs.c:367
4716 #: stabs.c:488
4721 #: stabs.c:527
4725 #: stabs.c:773
4732 #: stabs.c:1293
4739 #: stabs.c:1847
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmips16-stabs.s6 .stabs "foo:F(0,49)",36,0,0,foo
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
Dstab.d7 # Disabled on alpha because the entry point may be above 4GB but the stabs
/toolchain/binutils/binutils-2.25/include/aout/
Dstab.def57 The beginning of a relocatable function block - including stabs. */
72 Solaris2 uses this to avoid putting the stabs info into the linked
74 reads the real stabs directly from the .o files instead. */
99 /* Sun's source-code browser stabs. ?? Don't know what the fields are.
125 was caught. Multiple CAUGHT stabs means that multiple exceptions
DChangeLog195 I've transferred it to gdb/doc/stabs.texinfo, where it belongs.
231 * stab.def: Update descriptions of Solaris-2 stabs; add N_UNDF.
/toolchain/binutils/binutils-2.25/gas/doc/
Dh8.texi29 @clear have-stabs
/toolchain/binutils/binutils-2.25/gas/
Dmakefile.vms45 subsegs.obj,symbols.obj,write.obj,listing.obj,ecoff.obj,stabs.obj,sb.obj,\

123456