HomeSort by relevance Sort by last modified time
    Searched refs:stabs (Results 1 - 25 of 58) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc-solaris/
sol-cc.s 39 .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,
    [all...]
sol-gcc.s 2 .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,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
weird.s 1 .stabs "weird.c",0x64,0,0,Label0
3 .stabs "inttype:t1=bu4;0;32;",0x80,0,0,0
6 .stabs "sym32: !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~",0x80,0,0,0
8 .stabs "type32:t32= !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~",0x80,0,0,0
11 .stabs "attr104:G404=@h !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0
12 .stabs "attr105:G405=@i !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0
14 .stabs "var0:G300=@a8;1",0x20,0,0, 0
21 .stabs "sym33:! !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~",0x80,0,0,0
22 .stabs "sym35:# !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~",0x80,0,0,0
23 .stabs "sym36:$ !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{ (…)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/
keepdot.s 2 .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/
globsymw2.s 3 ;# 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
stabs1.s 1 .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
globsymw1.s 11 .stabs "",100,0,0,Letext0
15 .stabs "isatty is not implemented and will always fail",30,0,0,0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-stabs.s 6 .stabs "foo:F(0,49)",36,0,0,foo
  /external/google-breakpad/src/common/
stabs_reader_unittest.cc 70 // as input to the STABS parser.
126 // test input for the STABS parser.
203 // The strings for our STABS entries.
206 // The size of the 'value' field of stabs entries in this section.
231 StabsFixture() : stabs(&strings), unitized(true) { }
233 // Create a StabsReader to parse the mock stabs data in stabs and
235 // endianness and value size of stabs to parse the data. If all goes
240 if (!stabs.GetContents(&stabs_contents) ||
250 stabs.endianness() == kBigEndian, stabs.value_size(), unitized
256 StabsAssembler stabs; member in struct:__anon19586::StabsFixture
    [all...]
  /development/ndk/platforms/android-9/arch-arm/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
asm.h 124 .stabs msg ## ,30,0,0,0 ; \
125 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
128 .stabs msg,30,0,0,0 ; \
129 .stabs __STRING(sym),1,0,0,0
132 .stabs msg,30,0,0,0 ; \
133 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-3/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-4/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-5/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-8/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/machine/
asm.h 132 .stabs msg ## ,30,0,0,0 ; \
133 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
136 .stabs msg,30,0,0,0 ; \
137 .stabs __STRING(sym),1,0,0,0
140 .stabs msg,30,0,0,0 ; \
141 .stabs __STRING(_/**/sym),1,0,0,0

Completed in 1456 milliseconds

1 2 3