This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cross toolchain problem.


Sorry for the double post, Nick. The first message
was rejected by the mailing list.

--- Nick Clifton <nickc@redhat.com> wrote:

> Hi Sjei,
> 
> > I peeked around in the gcc build scripts and found
> > this rule in $(topdir)/gcc/Makefile.in which I
> > believe is used to generate the correct limits.h
> and
> > it's not being executed (for whatever reason):
> 
> Ok, so it looks like you have encountered a gcc
> build/installation problem.  It 
> would be best to contact the gcc-bugs@gcc.gnu.org
> mailing list about this.
> 
> >> Check for symbol references in the startup files
> >> that are being resolved by the libgcc_s.so.1.
> 
> > I don't think there are any. Using the results of
> > $(target)-gcc -v
> > I can manually link the app by directly invoking
> > $(target)-ld without the -lgcc_s flag and not
> > receive any errors about unresolved symbols.
> 
> So what symbols are pulled in from libgcc_s_so.1
> when it is included on the 
> linker command line ?

Seems like it's picking up __deregister_frame_info,
__register_frame_info, __deregister_frame_info,
__register_frame_info from libgcc_s.

> 
> Maybe you can put together a small test case that
> demonstrates the problem ?

######## foo.c listing ###############################

main() {}


######## Output of arm-linux-gcc -v foo.c ############

Using built-in specs.
Target: arm-linux
Configured with:
/tmp/tmp.XXXXFIPJV3/src/gcc-4.2.1/configure
--prefix=/home/sjei/cross --target=arm-linux
--enable-languages=c,c++ --enable-c-mbchar
--enable-threads --enable-shared --enable-__cxa_atexit
Thread model: posix
gcc version 4.2.1
 /home/sjei/cross/libexec/gcc/arm-linux/4.2.1/cc1
-quiet -v foo.c -quiet -dumpbase foo.c -auxbase foo
-version -o /tmp/ccKNgyvb.s
ignoring nonexistent directory
"/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/sys-include"
#include "..." search starts here:
#include <...> search starts here:
 /home/sjei/cross/lib/gcc/arm-linux/4.2.1/include

/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/include
End of search list.
GNU C version 4.2.1 (arm-linux)
        compiled by GNU C version 4.2.1.
GGC heuristics: --param ggc-min-expand=100 --param
ggc-min-heapsize=131072
Compiler executable checksum:
eb680b3a2c4a0210ca21a6cdcd5c0203

/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/bin/as
-o /tmp/cccnVrsc.o /tmp/ccKNgyvb.s
 /home/sjei/cross/libexec/gcc/arm-linux/4.2.1/collect2
--eh-frame-hdr -dynamic-linker /lib/ld-linux.so.2 -X
-m armelf_linux -p
/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/lib/crt1.o
/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/lib/crti.o
/home/sjei/cross/lib/gcc/arm-linux/4.2.1/crtbegin.o
-L/home/sjei/cross/lib/gcc/arm-linux/4.2.1
-L/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/lib
/tmp/cccnVrsc.o -lgcc --as-needed -lgcc_s
--no-as-needed -lc -lgcc --as-needed -lgcc_s
--no-as-needed
/home/sjei/cross/lib/gcc/arm-linux/4.2.1/crtend.o
/home/sjei/cross/lib/gcc/arm-linux/4.2.1/../../../../arm-linux/lib/crtn.o


######## Output of arm-linux-objdump -p a.out ########

a.out:     file format elf32-littlearm

Program Header:
    PHDR off    0x00000034 vaddr 0x00008034 paddr
0x00008034 align 2**2
         filesz 0x000000c0 memsz 0x000000c0 flags r-x
  INTERP off    0x000000f4 vaddr 0x000080f4 paddr
0x000080f4 align 2**0
         filesz 0x00000013 memsz 0x00000013 flags r--
    LOAD off    0x00000000 vaddr 0x00008000 paddr
0x00008000 align 2**15
         filesz 0x00000564 memsz 0x00000564 flags r-x
    LOAD off    0x00000564 vaddr 0x00010564 paddr
0x00010564 align 2**15
         filesz 0x0000011c memsz 0x00000138 flags rw-
 DYNAMIC off    0x00000578 vaddr 0x00010578 paddr
0x00010578 align 2**2
         filesz 0x000000d0 memsz 0x000000d0 flags rw-
    NOTE off    0x00000108 vaddr 0x00008108 paddr
0x00008108 align 2**2
         filesz 0x00000020 memsz 0x00000020 flags r--

Dynamic Section:
  NEEDED      libgcc_s.so.1 <--- shouldn't be linked
  NEEDED      libc.so.6
  INIT        0x82f8
  FINI        0x8550
  HASH        0x8128
  STRTAB      0x81dc
  SYMTAB      0x815c
  STRSZ       0x9b
  SYMENT      0x10
  DEBUG       0x0
  PLTGOT      0x10648
  PLTRELSZ    0x28
  PLTREL      0x11
  JMPREL      0x82d0
  REL         0x82c8
  RELSZ       0x8
  RELENT      0x8
  VERNEED     0x8288
  VERNEEDNUM  0x2
  VERSYM      0x8278

Version References:
  required from libgcc_s.so.1:
    0x0d696910 0x00 03 GLIBC_2.0
  required from libc.so.6:
    0x0d696910 0x00 02 GLIBC_2.0
private flags = 2: [APCS-32] [FPA float format] [has
entry point]


##################################################
Output of arm-linux-readelf -s a.out | grep UND #
(extract undefined symbols)
##################################################

     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 00008320   668 FUNC    GLOBAL DEFAULT  UND
abort@GLIBC_2.0 (2)
     2: 00000000     4 FUNC    WEAK   DEFAULT  UND
__deregister_frame_info@GLIBC_2.0 (3)
     3: 00000000     0 NOTYPE  WEAK   DEFAULT  UND
__gmon_start__
     4: 00000000     0 NOTYPE  WEAK   DEFAULT  UND
_Jv_RegisterClasses
     5: 00000000    12 FUNC    WEAK   DEFAULT  UND
__register_frame_info@GLIBC_2.0 (3)
     6: 00008350   560 FUNC    GLOBAL DEFAULT  UND
__libc_start_main@GLIBC_2.0 (2)
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND
    98: 00008320   668 FUNC    GLOBAL DEFAULT  UND
abort@@GLIBC_2.0
    99: 00000000     4 FUNC    WEAK   DEFAULT  UND
__deregister_frame_info@@
   102: 00000000     0 NOTYPE  WEAK   DEFAULT  UND
__gmon_start__
   103: 00000000     0 NOTYPE  WEAK   DEFAULT  UND
_Jv_RegisterClasses
   105: 00000000    12 FUNC    WEAK   DEFAULT  UND
__register_frame_info@@GL
   106: 00008350   560 FUNC    GLOBAL DEFAULT  UND
__libc_start_main@@GLIBC_


##################################################
Output of arm-linux-readelf -s libgcc_s.so.1 | grep -v
UND # (extract defined symbols)...
##################################################

Symbol table '.dynsym' contains 108 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx
Name
     1: 00001464     0 SECTION LOCAL  DEFAULT    9 
     2: 00002148    84 FUNC    GLOBAL DEFAULT   11
__negvdi2@@GCC_3.0
     3: 00001b58    72 FUNC    GLOBAL DEFAULT   11
__muldi3@@GCC_3.0
     5: 000030c4   868 FUNC    GLOBAL DEFAULT   11
__divdc3@@GCC_4.0.0
     6: 00005e04    12 FUNC    GLOBAL DEFAULT   11
__register_frame_info@@GLIBC_2.0
     7: 00004878  1288 FUNC    GLOBAL DEFAULT   11
__umoddi3@@GLIBC_2.0
     8: 0000238c   124 FUNC    GLOBAL DEFAULT   11
__ctzsi2@@GCC_3.4
     9: 0000675c    28 FUNC    GLOBAL DEFAULT   11
__deregister_frame@@GLIBC_2.0
    10: 00006b68   100 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Unregister@@GCC_3.0
    11: 00006838    32 FUNC    GLOBAL DEFAULT   11
__register_frame_table@@GLIBC_2.0
    12: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_4.0.0
    13: 00006778   180 FUNC    GLOBAL DEFAULT   11
__register_frame_info_tab@@GCC_3.0
    14: 00001ba0    40 FUNC    GLOBAL DEFAULT   11
__negdi2@@GCC_3.0
    15: 00006bcc    20 FUNC    GLOBAL DEFAULT   11
_Unwind_GetGR@@GCC_3.0
    16: 00001748   248 FUNC    GLOBAL DEFAULT   11
__udivsi3@@GCC_3.0
    17: 00006ff8   280 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_RaiseExcepti@@GCC_3.0
    18: 000037bc    64 FUNC    GLOBAL DEFAULT   11
__floatundidf@@GCC_4.2.0
    19: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.3.1
    22: 00001cc4    44 FUNC    GLOBAL DEFAULT   11
__ucmpdi2@@GCC_3.0
    23: 00003484    56 FUNC    GLOBAL DEFAULT   11
__fixsfdi@@GCC_3.0
    24: 00003428    48 FUNC    GLOBAL DEFAULT   11
__fixunssfsi@@GCC_3.0
    25: 00001c98    44 FUNC    GLOBAL DEFAULT   11
__cmpdi2@@GCC_3.0
    26: 00003d98  1456 FUNC    GLOBAL DEFAULT   11
__moddi3@@GLIBC_2.0
    27: 000071d8   180 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Resume_or_Re@@GCC_3.3
    29: 000065f4   356 FUNC    GLOBAL DEFAULT   11
__deregister_frame_info_b@@GCC_3.0
    30: 000036ac    56 FUNC    GLOBAL DEFAULT   11
__fixdfdi@@GCC_3.0
    31: 00004348  1328 FUNC    GLOBAL DEFAULT   11
__udivdi3@@GLIBC_2.0
    32: 00001e24   116 FUNC    GLOBAL DEFAULT   11
__subvdi3@@GCC_3.0
    33: 00001d00    12 FUNC    GLOBAL DEFAULT   11
__absvsi2@@GCC_3.0
    34: 00004d88  1640 FUNC    GLOBAL DEFAULT   11
__udivmoddi4@@GCC_3.0
    36: 00006be0    16 FUNC    GLOBAL DEFAULT   11
_Unwind_GetCFA@@GCC_3.3
    37: 00002dd8   748 FUNC    GLOBAL DEFAULT   11
__divsc3@@GCC_4.0.0
    38: 00007110   200 FUNC    GLOBAL DEFAULT   11
_Unwind_Backtrace@@GCC_3.3
    40: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_4.2.0
    41: 00003458    44 FUNC    GLOBAL DEFAULT   11
__fixunsdfsi@@GCC_3.0
    42: 00006c3c    12 FUNC    GLOBAL DEFAULT   11
_Unwind_GetLanguageSpecif@@GCC_3.0
    43: 00001ec4   600 FUNC    GLOBAL DEFAULT   11
__mulvdi3@@GCC_3.0
    45: 0000682c    12 FUNC    GLOBAL DEFAULT   11
__register_frame_info_tab@@GLIBC_2.0
    46: 00006e90   180 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Resume@@GCC_3.0
    48: 000025d4    64 FUNC    GLOBAL DEFAULT   11
__powidf2@@GCC_4.0.0
    49: 00001c50    72 FUNC    GLOBAL DEFAULT   11
__ashrdi3@@GCC_3.0
    50: 00001c0c    68 FUNC    GLOBAL DEFAULT   11
__ashldi3@@GCC_3.0
    51: 00001a64   228 FUNC    GLOBAL DEFAULT   11
__modsi3@@GCC_3.0
    52: 00001cf0    12 FUNC    GLOBAL DEFAULT   11
__clear_cache@@GCC_3.0
    53: 00006c50     8 FUNC    GLOBAL DEFAULT   11
_Unwind_FindEnclosingFunc@@GCC_3.3
    55: 00002488    84 FUNC    GLOBAL DEFAULT   11
__popcountsi2@@GCC_3.4
    56: 00005d44   192 FUNC    GLOBAL DEFAULT   11
__register_frame_info_bas@@GCC_3.0
    57: 00001858   296 FUNC    GLOBAL DEFAULT   11
__divsi3@@GCC_3.0
    58: 00003788    52 FUNC    GLOBAL DEFAULT   11
__floatdidf@@GCC_3.0
    59: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.0
    60: 00006d28    36 FUNC    GLOBAL DEFAULT   11
_Unwind_DeleteException@@GCC_3.0
    61: 00001e98    44 FUNC    GLOBAL DEFAULT   11
__mulvsi3@@GCC_3.0
    62: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GLIBC_2.0
    64: 000022a0   116 FUNC    GLOBAL DEFAULT   11
__clzsi2@@GCC_3.4
    65: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.4
    66: 00002314   120 FUNC    GLOBAL DEFAULT   11
__clzdi2@@GCC_3.4
    67: 00006c60     8 FUNC    GLOBAL DEFAULT   11
_Unwind_GetTextRelBase@@GCC_3.0
    68: 000036e4   164 FUNC    GLOBAL DEFAULT   11
__fixunsdfdi@@GCC_3.0
    69: 00006c2c    16 FUNC    GLOBAL DEFAULT   11
_Unwind_SetIP@@GCC_3.0
    70: 0000256c    40 FUNC    GLOBAL DEFAULT   11
__paritydi2@@GCC_3.4
    71: 0000211c    44 FUNC    GLOBAL DEFAULT   11
__negvsi2@@GCC_3.0
    74: 00005e10    44 FUNC    GLOBAL DEFAULT   11
__register_frame@@GLIBC_2.0
    75: 00002548    36 FUNC    GLOBAL DEFAULT   11
__paritysi2@@GCC_3.4
    76: 00003564   180 FUNC    GLOBAL DEFAULT   11
__floatdisf@@GCC_3.0
    77: 000034bc   168 FUNC    GLOBAL DEFAULT   11
__fixunssfdi@@GCC_3.0
    79: 000037fc  1436 FUNC    GLOBAL DEFAULT   11
__divdi3@@GLIBC_2.0
    80: 00001d38    64 FUNC    GLOBAL DEFAULT   11
__addvsi3@@GCC_3.0
    81: 00001d78   108 FUNC    GLOBAL DEFAULT   11
__addvdi3@@GCC_3.0
    82: 00002218   136 FUNC    GLOBAL DEFAULT   11
__ffsdi2@@GCC_3.0
    83: 00001bc8    68 FUNC    GLOBAL DEFAULT   11
__lshrdi3@@GCC_3.0
    84: 00002614   996 FUNC    GLOBAL DEFAULT   11
__mulsc3@@GCC_4.0.0
    85: 00006c58     8 FUNC    GLOBAL DEFAULT   11
_Unwind_GetDataRelBase@@GCC_3.0
    86: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.3
    87: 000024dc   108 FUNC    GLOBAL DEFAULT   11
__popcountdi2@@GCC_3.4
    88: 00006c48     8 FUNC    GLOBAL DEFAULT   11
_Unwind_GetRegionStart@@GCC_3.0
    89: 00006f44   180 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_ForcedUnwind@@GCC_3.0
    90: 0000733c   532 FUNC    GLOBAL DEFAULT   11
__gcc_personality_sj0@@GCC_3.3.1
    91: 00006bf0    20 FUNC    GLOBAL DEFAULT   11
_Unwind_SetGR@@GCC_3.0
    92: 00001998   204 FUNC    GLOBAL DEFAULT   11
__umodsi3@@GCC_3.0
    93: 00006858   456 FUNC    GLOBAL DEFAULT   11
_Unwind_Find_FDE@@GCC_3.0
    94: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.4.2
    95: 00001d0c    44 FUNC    GLOBAL DEFAULT   11
__absvdi2@@GCC_3.0
    96: 00002594    64 FUNC    GLOBAL DEFAULT   11
__powisf2@@GCC_4.0.0
    97: 00002408   128 FUNC    GLOBAL DEFAULT   11
__ctzdi2@@GCC_3.4
    98: 00006c14    24 FUNC    GLOBAL DEFAULT   11
_Unwind_GetIPInfo@@GCC_4.2.0
    99: 00001cfc     4 FUNC    GLOBAL DEFAULT   11
__enable_execute_stack@@GCC_3.4.2
   100: 000029f8   992 FUNC    GLOBAL DEFAULT   11
__muldc3@@GCC_4.0.0
   101: 00006c04    16 FUNC    GLOBAL DEFAULT   11
_Unwind_GetIP@@GCC_3.0
   102: 00001de4    64 FUNC    GLOBAL DEFAULT   11
__subvsi3@@GCC_3.0
   105: 00006ae4   132 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Register@@GCC_3.0
   106: 00003618   148 FUNC    GLOBAL DEFAULT   11
__floatundisf@@GCC_4.2.0
   107: 00006758     4 FUNC    GLOBAL DEFAULT   11
__deregister_frame_info@@GLIBC_2.0

Symbol table '.symtab' contains 449 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx
Name
     1: 00000094     0 SECTION LOCAL  DEFAULT    1 
     2: 000003d0     0 SECTION LOCAL  DEFAULT    2 
     3: 00000a90     0 SECTION LOCAL  DEFAULT    3 
     4: 000010ae     0 SECTION LOCAL  DEFAULT    4 
     5: 00001188     0 SECTION LOCAL  DEFAULT    5 
     6: 000012bc     0 SECTION LOCAL  DEFAULT    6 
     7: 000012ec     0 SECTION LOCAL  DEFAULT    7 
     8: 0000137c     0 SECTION LOCAL  DEFAULT    8 
     9: 00001464     0 SECTION LOCAL  DEFAULT    9 
    10: 00001478     0 SECTION LOCAL  DEFAULT   10 
    11: 000015e8     0 SECTION LOCAL  DEFAULT   11 
    12: 000075a0     0 SECTION LOCAL  DEFAULT   12 
    13: 000075ac     0 SECTION LOCAL  DEFAULT   13 
    14: 000077ac     0 SECTION LOCAL  DEFAULT   14 
    15: 0000f7b0     0 SECTION LOCAL  DEFAULT   15 
    16: 0000f7b8     0 SECTION LOCAL  DEFAULT   16 
    17: 0000f7c0     0 SECTION LOCAL  DEFAULT   17 
    18: 0000f7c4     0 SECTION LOCAL  DEFAULT   18 
    19: 0000f89c     0 SECTION LOCAL  DEFAULT   19 
    20: 0000f954     0 SECTION LOCAL  DEFAULT   20 
    21: 0000f970     0 SECTION LOCAL  DEFAULT   21 
    22: 00000000     0 SECTION LOCAL  DEFAULT   22 
    23: 00000000     0 SECTION LOCAL  DEFAULT   23 
    24: 00000000     0 SECTION LOCAL  DEFAULT   24 
    25: 00000000     0 SECTION LOCAL  DEFAULT   25 
    26: 00000000     0 SECTION LOCAL  DEFAULT   26 
    27: 00000000     0 SECTION LOCAL  DEFAULT   27 
    28: 00000000     0 SECTION LOCAL  DEFAULT   28 
    29: 00000000     0 SECTION LOCAL  DEFAULT   29 
    30: 00000000     0 FILE    LOCAL  DEFAULT  ABS
initfini.c
    31: 000015e8     0 FUNC    LOCAL  DEFAULT   11
call_gmon_start
    32: 000015e8     0 NOTYPE  LOCAL  DEFAULT   11 $a
    33: 00001604     0 NOTYPE  LOCAL  DEFAULT   11 $d
    34: 00001464     0 NOTYPE  LOCAL  DEFAULT    9 $a
    35: 000075a0     0 NOTYPE  LOCAL  DEFAULT   12 $a
    36: 00000000     0 FILE    LOCAL  DEFAULT  ABS
crtstuff.c
    37: 0000f954     0 OBJECT  LOCAL  DEFAULT   20
force_to_data
    38: 0000f7b0     0 OBJECT  LOCAL  DEFAULT   15
__CTOR_LIST__
    39: 0000f7b0     0 NOTYPE  LOCAL  DEFAULT   15 $d
    40: 0000f7b8     0 OBJECT  LOCAL  DEFAULT   16
__DTOR_LIST__
    41: 0000f7b8     0 NOTYPE  LOCAL  DEFAULT   16 $d
    42: 000077ac     0 OBJECT  LOCAL  DEFAULT   14
__EH_FRAME_BEGIN__
    43: 0000f7c0     0 OBJECT  LOCAL  DEFAULT   17
__JCR_LIST__
    44: 0000f958     0 NOTYPE  LOCAL  DEFAULT   20 $d
    45: 0000160c     0 FUNC    LOCAL  DEFAULT   11
__do_global_dtors_aux
    46: 0000160c     0 NOTYPE  LOCAL  DEFAULT   11 $a
    47: 000016a0     0 NOTYPE  LOCAL  DEFAULT   11 $d
    48: 0000f970     1 OBJECT  LOCAL  DEFAULT   21
completed.2921
    49: 0000f95c     0 OBJECT  LOCAL  DEFAULT   20
p.2919
    50: 000016bc     0 FUNC    LOCAL  DEFAULT   11
call___do_global_dtors_au
    51: 000016bc     0 NOTYPE  LOCAL  DEFAULT   11 $a
    52: 000075a4     0 NOTYPE  LOCAL  DEFAULT   12 $a
    53: 000016c4     0 FUNC    LOCAL  DEFAULT   11
frame_dummy
    54: 00001728     0 NOTYPE  LOCAL  DEFAULT   11 $d
    55: 0000f974    24 OBJECT  LOCAL  DEFAULT   21
object.2937
    56: 00001740     0 FUNC    LOCAL  DEFAULT   11
call_frame_dummy
    57: 00001740     0 NOTYPE  LOCAL  DEFAULT   11 $a
    58: 0000146c     0 NOTYPE  LOCAL  DEFAULT    9 $a
    59: 0000f95c     0 NOTYPE  LOCAL  DEFAULT   20 $d
    60: 00000000     0 FILE    LOCAL  DEFAULT  ABS
crtstuff.c
    61: 0000f96c     0 OBJECT  LOCAL  DEFAULT   20
force_to_data
    62: 0000f7b4     0 OBJECT  LOCAL  DEFAULT   15
__CTOR_END__
    63: 0000f7bc     0 OBJECT  LOCAL  DEFAULT   16
__DTOR_END__
    64: 000077ac     0 OBJECT  LOCAL  DEFAULT   14
__FRAME_END__
    65: 0000f7c0     0 OBJECT  LOCAL  DEFAULT   17
__JCR_END__
    66: 00007550     0 FUNC    LOCAL  DEFAULT   11
__do_global_ctors_aux
    67: 00007550     0 NOTYPE  LOCAL  DEFAULT   11 $a
    68: 00007590     0 NOTYPE  LOCAL  DEFAULT   11 $d
    69: 00007598     0 FUNC    LOCAL  DEFAULT   11
call___do_global_ctors_au
    70: 00007598     0 NOTYPE  LOCAL  DEFAULT   11 $a
    71: 00001470     0 NOTYPE  LOCAL  DEFAULT    9 $a
    72: 00000000     0 FILE    LOCAL  DEFAULT  ABS
initfini.c
    73: 00001474     0 NOTYPE  LOCAL  DEFAULT    9 $a
    74: 000075a8     0 NOTYPE  LOCAL  DEFAULT   12 $a
    75: 00001748     0 NOTYPE  LOCAL  DEFAULT   11 $a
    76: 00000000     0 NOTYPE  LOCAL  DEFAULT   27 $d
    77: 00000020     0 NOTYPE  LOCAL  DEFAULT   27 $d
    78: 00001858     0 NOTYPE  LOCAL  DEFAULT   11 $a
    79: 00000028     0 NOTYPE  LOCAL  DEFAULT   27 $d
    80: 00000048     0 NOTYPE  LOCAL  DEFAULT   27 $d
    81: 00001998     0 NOTYPE  LOCAL  DEFAULT   11 $a
    82: 00000050     0 NOTYPE  LOCAL  DEFAULT   27 $d
    83: 00000070     0 NOTYPE  LOCAL  DEFAULT   27 $d
    84: 00001a64     0 NOTYPE  LOCAL  DEFAULT   11 $a
    85: 00000078     0 NOTYPE  LOCAL  DEFAULT   27 $d
    86: 00000098     0 NOTYPE  LOCAL  DEFAULT   27 $d
    87: 00001b48     0 NOTYPE  LOCAL  DEFAULT   11 $a
    88: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
    89: 00001b58     0 NOTYPE  LOCAL  DEFAULT   11 $a
    90: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
    91: 00001ba0     0 NOTYPE  LOCAL  DEFAULT   11 $a
    92: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
    93: 00001bc8     0 NOTYPE  LOCAL  DEFAULT   11 $a
    94: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
    95: 00001c0c     0 NOTYPE  LOCAL  DEFAULT   11 $a
    96: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
    97: 00001c50     0 NOTYPE  LOCAL  DEFAULT   11 $a
    98: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
    99: 00001c98     0 NOTYPE  LOCAL  DEFAULT   11 $a
   100: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   101: 00001cc4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   102: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   103: 00001cf0     0 NOTYPE  LOCAL  DEFAULT   11 $a
   104: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   105: 00001cfc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   106: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   107: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   108: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   109: 00001d00     0 NOTYPE  LOCAL  DEFAULT   11 $a
   110: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   111: 00001d0c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   112: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   113: 00001d38     0 NOTYPE  LOCAL  DEFAULT   11 $a
   114: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   115: 00001d78     0 NOTYPE  LOCAL  DEFAULT   11 $a
   116: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   117: 00001de4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   118: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   119: 00001e24     0 NOTYPE  LOCAL  DEFAULT   11 $a
   120: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   121: 00001e98     0 NOTYPE  LOCAL  DEFAULT   11 $a
   122: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   123: 00001ec4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   124: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   125: 0000211c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   126: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   127: 00002148     0 NOTYPE  LOCAL  DEFAULT   11 $a
   128: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   129: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   130: 0000219c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   131: 00002210     0 NOTYPE  LOCAL  DEFAULT   11 $d
   132: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   133: 00002218     0 NOTYPE  LOCAL  DEFAULT   11 $a
   134: 00002298     0 NOTYPE  LOCAL  DEFAULT   11 $d
   135: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   136: 000075ac     0 NOTYPE  LOCAL  DEFAULT   13 $d
   137: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   138: 000022a0     0 NOTYPE  LOCAL  DEFAULT   11 $a
   139: 0000230c     0 NOTYPE  LOCAL  DEFAULT   11 $d
   140: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   141: 00002314     0 NOTYPE  LOCAL  DEFAULT   11 $a
   142: 00002384     0 NOTYPE  LOCAL  DEFAULT   11 $d
   143: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   144: 0000238c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   145: 00002400     0 NOTYPE  LOCAL  DEFAULT   11 $d
   146: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   147: 00002408     0 NOTYPE  LOCAL  DEFAULT   11 $a
   148: 00002480     0 NOTYPE  LOCAL  DEFAULT   11 $d
   149: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   150: 000076ac     0 NOTYPE  LOCAL  DEFAULT   13 $d
   151: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   152: 00002488     0 NOTYPE  LOCAL  DEFAULT   11 $a
   153: 000024d4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   154: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   155: 000024dc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   156: 00002540     0 NOTYPE  LOCAL  DEFAULT   11 $d
   157: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   158: 00002548     0 NOTYPE  LOCAL  DEFAULT   11 $a
   159: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   160: 0000256c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   161: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   162: 00002594     0 NOTYPE  LOCAL  DEFAULT   11 $a
   163: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   164: 000025d4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   165: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   166: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   167: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   168: 00002614     0 NOTYPE  LOCAL  DEFAULT   11 $a
   169: 000029f4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   170: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   171: 000029f8     0 NOTYPE  LOCAL  DEFAULT   11 $a
   172: 00002dd0     0 NOTYPE  LOCAL  DEFAULT   11 $d
   173: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   174: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   175: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   176: 00002dd8     0 NOTYPE  LOCAL  DEFAULT   11 $a
   177: 000030bc     0 NOTYPE  LOCAL  DEFAULT   11 $d
   178: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   179: 000030c4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   180: 00003418     0 NOTYPE  LOCAL  DEFAULT   11 $d
   181: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   182: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   183: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   184: 00003428     0 NOTYPE  LOCAL  DEFAULT   11 $a
   185: 00003454     0 NOTYPE  LOCAL  DEFAULT   11 $d
   186: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   187: 00003458     0 NOTYPE  LOCAL  DEFAULT   11 $a
   188: 0000347c     0 NOTYPE  LOCAL  DEFAULT   11 $d
   189: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   190: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   191: 00003484     0 NOTYPE  LOCAL  DEFAULT   11 $a
   192: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   193: 000034bc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   194: 00003544     0 NOTYPE  LOCAL  DEFAULT   11 $d
   195: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   196: 00003564     0 NOTYPE  LOCAL  DEFAULT   11 $a
   197: 00003610     0 NOTYPE  LOCAL  DEFAULT   11 $d
   198: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   199: 00003618     0 NOTYPE  LOCAL  DEFAULT   11 $a
   200: 000036a4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   201: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   202: 000036ac     0 NOTYPE  LOCAL  DEFAULT   11 $a
   203: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   204: 000036e4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   205: 00003768     0 NOTYPE  LOCAL  DEFAULT   11 $d
   206: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   207: 00003788     0 NOTYPE  LOCAL  DEFAULT   11 $a
   208: 000037b4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   209: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   210: 000037bc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   211: 000037f4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   212: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   213: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   214: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   215: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   216: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   217: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   218: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   219: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   220: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   221: 000037fc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   222: 00003d90     0 NOTYPE  LOCAL  DEFAULT   11 $d
   223: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   224: 00003d98     0 NOTYPE  LOCAL  DEFAULT   11 $a
   225: 00004340     0 NOTYPE  LOCAL  DEFAULT   11 $d
   226: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   227: 00004348     0 NOTYPE  LOCAL  DEFAULT   11 $a
   228: 00004870     0 NOTYPE  LOCAL  DEFAULT   11 $d
   229: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   230: 00004878     0 NOTYPE  LOCAL  DEFAULT   11 $a
   231: 00004d78     0 NOTYPE  LOCAL  DEFAULT   11 $d
   232: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   233: 00004d80     0 NOTYPE  LOCAL  DEFAULT   11 $a
   234: 00000000     0 FILE    LOCAL  DEFAULT  ABS
libgcc2.c
   235: 00004d88     0 NOTYPE  LOCAL  DEFAULT   11 $a
   236: 000053e8     0 NOTYPE  LOCAL  DEFAULT   11 $d
   237: 00000000     0 FILE    LOCAL  DEFAULT  ABS
unwind-dw2.c
   238: 00000000     0 FILE    LOCAL  DEFAULT  ABS
unwind-dw2-fde-glibc.c
   239: 000053f0    40 FUNC    LOCAL  DEFAULT   11
read_uleb128
   240: 000053f0     0 NOTYPE  LOCAL  DEFAULT   11 $a
   241: 00005418    72 FUNC    LOCAL  DEFAULT   11
read_sleb128
   242: 00005460    32 FUNC    LOCAL  DEFAULT   11
fde_unencoded_compare
   243: 00005480   188 FUNC    LOCAL  DEFAULT   11
frame_downheap
   244: 0000553c   156 FUNC    LOCAL  DEFAULT   11
frame_heapsort
   245: 000055d8    88 FUNC    LOCAL  DEFAULT   11
base_from_object
   246: 00005630   356 FUNC    LOCAL  DEFAULT   11
read_encoded_value_with_b
   247: 00005794   164 FUNC    LOCAL  DEFAULT   11
fde_single_encoding_compa
   248: 00005838   204 FUNC    LOCAL  DEFAULT   11
get_cie_encoding
   249: 00005904    88 FUNC    LOCAL  DEFAULT   11
size_of_encoded_value
   250: 0000595c   348 FUNC    LOCAL  DEFAULT   11
linear_search_fdes
   251: 00005ab8   328 FUNC    LOCAL  DEFAULT   11
add_fdes
   252: 00005c00   324 FUNC    LOCAL  DEFAULT   11
classify_object_over_fdes
   253: 00005df0     0 NOTYPE  LOCAL  DEFAULT   11 $d
   254: 0000f9a8     4 OBJECT  LOCAL  DEFAULT   21
unseen_objects
   255: 0000f98c    24 OBJECT  LOCAL  DEFAULT   21
object_mutex
   256: 00005e04     0 NOTYPE  LOCAL  DEFAULT   11 $a
   257: 00005e3c  1816 FUNC    LOCAL  DEFAULT   11
search_object
   258: 00006540     0 NOTYPE  LOCAL  DEFAULT   11 $d
   259: 00006554   160 FUNC    LOCAL  DEFAULT   11
fde_mixed_encoding_compar
   260: 0000f9a4     4 OBJECT  LOCAL  DEFAULT   21
marker.5345
   261: 00006554     0 NOTYPE  LOCAL  DEFAULT   11 $a
   262: 0000673c     0 NOTYPE  LOCAL  DEFAULT   11 $d
   263: 0000f9ac     4 OBJECT  LOCAL  DEFAULT   21
seen_objects
   264: 00006758     0 NOTYPE  LOCAL  DEFAULT   11 $a
   265: 00006818     0 NOTYPE  LOCAL  DEFAULT   11 $d
   266: 0000682c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   267: 00006a04     0 NOTYPE  LOCAL  DEFAULT   11 $d
   268: 00000000     0 FILE    LOCAL  DEFAULT  ABS
unwind-sjlj.c
   269: 00006a20    72 FUNC    LOCAL  DEFAULT   11
fc_key_init
   270: 00006a20     0 NOTYPE  LOCAL  DEFAULT   11 $a
   271: 00006a58     0 NOTYPE  LOCAL  DEFAULT   11 $d
   272: 0000f9b8     4 OBJECT  LOCAL  DEFAULT   21
fc_key
   273: 0000f960     4 OBJECT  LOCAL  DEFAULT   20
use_fc_key
   274: 00006a68   124 FUNC    LOCAL  DEFAULT   11
fc_key_init_once
   275: 00006a68     0 NOTYPE  LOCAL  DEFAULT   11 $a
   276: 00006acc     0 NOTYPE  LOCAL  DEFAULT   11 $d
   277: 0000f9b0     4 OBJECT  LOCAL  DEFAULT   21
once.4361
   278: 00006ae4     0 NOTYPE  LOCAL  DEFAULT   11 $a
   279: 00006b54     0 NOTYPE  LOCAL  DEFAULT   11 $d
   280: 0000f9b4     4 OBJECT  LOCAL  DEFAULT   21
fc_static
   281: 00006b68     0 NOTYPE  LOCAL  DEFAULT   11 $a
   282: 00006bbc     0 NOTYPE  LOCAL  DEFAULT   11 $d
   283: 00006bcc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   284: 00006c68   192 FUNC    LOCAL  DEFAULT   11
_Unwind_ForcedUnwind_Phas
   285: 00006d4c   160 FUNC    LOCAL  DEFAULT   11
_Unwind_RaiseException_Ph
   286: 00006dec   164 FUNC    LOCAL  DEFAULT   11
uw_install_context
   287: 00006e7c     0 NOTYPE  LOCAL  DEFAULT   11 $d
   288: 00006e90     0 NOTYPE  LOCAL  DEFAULT   11 $a
   289: 00006f30     0 NOTYPE  LOCAL  DEFAULT   11 $d
   290: 00006f44     0 NOTYPE  LOCAL  DEFAULT   11 $a
   291: 00006fe4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   292: 00006ff8     0 NOTYPE  LOCAL  DEFAULT   11 $a
   293: 000070fc     0 NOTYPE  LOCAL  DEFAULT   11 $d
   294: 00007110     0 NOTYPE  LOCAL  DEFAULT   11 $a
   295: 000071c4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   296: 000071d8     0 NOTYPE  LOCAL  DEFAULT   11 $a
   297: 00007278     0 NOTYPE  LOCAL  DEFAULT   11 $d
   298: 0000f960     0 NOTYPE  LOCAL  DEFAULT   20 $d
   299: 00000000     0 FILE    LOCAL  DEFAULT  ABS
gthr-gnat.c
   300: 0000728c     0 NOTYPE  LOCAL  DEFAULT   11 $a
   301: 000072b0     0 NOTYPE  LOCAL  DEFAULT   11 $d
   302: 0000f964     4 OBJECT  LOCAL  DEFAULT   20
__gnat_task_unlock
   303: 0000f968     4 OBJECT  LOCAL  DEFAULT   20
__gnat_task_lock
   304: 000072bc     0 NOTYPE  LOCAL  DEFAULT   11 $a
   305: 000072e4     0 NOTYPE  LOCAL  DEFAULT   11 $d
   306: 000072ec     0 NOTYPE  LOCAL  DEFAULT   11 $a
   307: 0000730c     0 NOTYPE  LOCAL  DEFAULT   11 $d
   308: 0000f964     0 NOTYPE  LOCAL  DEFAULT   20 $d
   309: 00000000     0 FILE    LOCAL  DEFAULT  ABS
unwind-c.c
   310: 00007314    40 FUNC    LOCAL  DEFAULT   11
read_uleb128
   311: 00007314     0 NOTYPE  LOCAL  DEFAULT   11 $a
   312: 00001b48    16 FUNC    LOCAL  DEFAULT   11
__div0
   313: 00007294    40 FUNC    LOCAL  DEFAULT   11
__gnat_install_locks
   314: 0000219c   124 FUNC    LOCAL  DEFAULT   11
__ffssi2
   315: 000075a0     0 FUNC    LOCAL  DEFAULT   12
_fini
   316: 000075ac   256 OBJECT  LOCAL  DEFAULT   13
__clz_tab
   317: 0000f89c     0 OBJECT  LOCAL  HIDDEN  ABS
_GLOBAL_OFFSET_TABLE_
   318: 00001748     0 FUNC    LOCAL  DEFAULT   11
__aeabi_uidiv
   319: 0000f954     0 NOTYPE  LOCAL  DEFAULT   20
__data_start
   320: 00004d80     8 FUNC    LOCAL  DEFAULT   11
__udiv_w_sdiv
   321: 0000f970     0 NOTYPE  LOCAL  DEFAULT  ABS
__bss_start__
   322: 00001840    24 FUNC    LOCAL  DEFAULT   11
__aeabi_uidivmod
   323: 0000f958     0 OBJECT  LOCAL  HIDDEN   20
__dso_handle
   324: 0000f9bc     0 NOTYPE  LOCAL  DEFAULT  ABS
__end__
   325: 0000f9bc     0 NOTYPE  LOCAL  DEFAULT  ABS
__bss_end__
   326: 000072bc     8 FUNC    LOCAL  DEFAULT   11
__gthread_active_p
   327: 0000728c     4 FUNC    LOCAL  DEFAULT   11
__gnat_default_lock
   328: 0000f970     0 NOTYPE  LOCAL  DEFAULT  ABS
__bss_start
   329: 0000f9bc     0 NOTYPE  LOCAL  DEFAULT  ABS
_bss_end__
   330: 000072c4    40 FUNC    LOCAL  DEFAULT   11
__gthread_mutex_lock
   331: 000072ec    40 FUNC    LOCAL  DEFAULT   11
__gthread_mutex_unlock
   332: 00001980    24 FUNC    LOCAL  DEFAULT   11
__aeabi_idivmod
   333: 0000f9bc     0 NOTYPE  LOCAL  DEFAULT  ABS
_end
   334: 0000f970     0 NOTYPE  LOCAL  DEFAULT  ABS
_edata
   335: 00001858     0 FUNC    LOCAL  DEFAULT   11
__aeabi_idiv
   336: 000076ac   256 OBJECT  LOCAL  DEFAULT   13
__popcount_tab
   337: 00007290     4 FUNC    LOCAL  DEFAULT   11
__gnat_default_unlock
   338: 0000f7c4     0 OBJECT  LOCAL  HIDDEN  ABS
_DYNAMIC
   339: 00001464     0 FUNC    LOCAL  DEFAULT    9
_init
   340: 00001478     0 NOTYPE  LOCAL  DEFAULT   10 $a
   341: 00001488     0 NOTYPE  LOCAL  DEFAULT   10 $d
   342: 0000148c     0 NOTYPE  LOCAL  DEFAULT   10 $a
   343: 00002148    84 FUNC    GLOBAL DEFAULT   11
__negvdi2
   344: 00001b58    72 FUNC    GLOBAL DEFAULT   11
__muldi3
   346: 000030c4   868 FUNC    GLOBAL DEFAULT   11
__divdc3
   347: 00005e04    12 FUNC    GLOBAL DEFAULT   11
__register_frame_info
   348: 00004878  1288 FUNC    GLOBAL DEFAULT   11
__umoddi3
   349: 0000238c   124 FUNC    GLOBAL DEFAULT   11
__ctzsi2
   350: 0000675c    28 FUNC    GLOBAL DEFAULT   11
__deregister_frame
   351: 00006b68   100 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Unregister
   352: 00006838    32 FUNC    GLOBAL DEFAULT   11
__register_frame_table
   353: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_4.0.0
   354: 00006778   180 FUNC    GLOBAL DEFAULT   11
__register_frame_info_tab
   355: 00001ba0    40 FUNC    GLOBAL DEFAULT   11
__negdi2
   356: 00006bcc    20 FUNC    GLOBAL DEFAULT   11
_Unwind_GetGR
   357: 00001748   248 FUNC    GLOBAL DEFAULT   11
__udivsi3
   358: 00006ff8   280 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_RaiseExcepti
   359: 000037bc    64 FUNC    GLOBAL DEFAULT   11
__floatundidf
   360: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.3.1
   363: 00001cc4    44 FUNC    GLOBAL DEFAULT   11
__ucmpdi2
   364: 00003484    56 FUNC    GLOBAL DEFAULT   11
__fixsfdi
   365: 00003428    48 FUNC    GLOBAL DEFAULT   11
__fixunssfsi
   366: 00001c98    44 FUNC    GLOBAL DEFAULT   11
__cmpdi2
   367: 00003d98  1456 FUNC    GLOBAL DEFAULT   11
__moddi3
   368: 000071d8   180 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Resume_or_Re
   370: 000065f4   356 FUNC    GLOBAL DEFAULT   11
__deregister_frame_info_b
   371: 000036ac    56 FUNC    GLOBAL DEFAULT   11
__fixdfdi
   372: 00004348  1328 FUNC    GLOBAL DEFAULT   11
__udivdi3
   373: 00001e24   116 FUNC    GLOBAL DEFAULT   11
__subvdi3
   374: 00001d00    12 FUNC    GLOBAL DEFAULT   11
__absvsi2
   375: 00004d88  1640 FUNC    GLOBAL DEFAULT   11
__udivmoddi4
   377: 00006be0    16 FUNC    GLOBAL DEFAULT   11
_Unwind_GetCFA
   378: 00002dd8   748 FUNC    GLOBAL DEFAULT   11
__divsc3
   379: 00007110   200 FUNC    GLOBAL DEFAULT   11
_Unwind_Backtrace
   381: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_4.2.0
   382: 00003458    44 FUNC    GLOBAL DEFAULT   11
__fixunsdfsi
   383: 00006c3c    12 FUNC    GLOBAL DEFAULT   11
_Unwind_GetLanguageSpecif
   384: 00001ec4   600 FUNC    GLOBAL DEFAULT   11
__mulvdi3
   386: 0000682c    12 FUNC    GLOBAL DEFAULT   11
__register_frame_info_tab
   387: 00006e90   180 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Resume
   389: 000025d4    64 FUNC    GLOBAL DEFAULT   11
__powidf2
   390: 00001c50    72 FUNC    GLOBAL DEFAULT   11
__ashrdi3
   391: 00001c0c    68 FUNC    GLOBAL DEFAULT   11
__ashldi3
   392: 00001a64   228 FUNC    GLOBAL DEFAULT   11
__modsi3
   393: 00001cf0    12 FUNC    GLOBAL DEFAULT   11
__clear_cache
   394: 00006c50     8 FUNC    GLOBAL DEFAULT   11
_Unwind_FindEnclosingFunc
   396: 00002488    84 FUNC    GLOBAL DEFAULT   11
__popcountsi2
   397: 00005d44   192 FUNC    GLOBAL DEFAULT   11
__register_frame_info_bas
   398: 00001858   296 FUNC    GLOBAL DEFAULT   11
__divsi3
   399: 00003788    52 FUNC    GLOBAL DEFAULT   11
__floatdidf
   400: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.0
   401: 00006d28    36 FUNC    GLOBAL DEFAULT   11
_Unwind_DeleteException
   402: 00001e98    44 FUNC    GLOBAL DEFAULT   11
__mulvsi3
   403: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GLIBC_2.0
   405: 000022a0   116 FUNC    GLOBAL DEFAULT   11
__clzsi2
   406: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.4
   407: 00002314   120 FUNC    GLOBAL DEFAULT   11
__clzdi2
   408: 00006c60     8 FUNC    GLOBAL DEFAULT   11
_Unwind_GetTextRelBase
   409: 000036e4   164 FUNC    GLOBAL DEFAULT   11
__fixunsdfdi
   410: 00006c2c    16 FUNC    GLOBAL DEFAULT   11
_Unwind_SetIP
   411: 0000256c    40 FUNC    GLOBAL DEFAULT   11
__paritydi2
   412: 0000211c    44 FUNC    GLOBAL DEFAULT   11
__negvsi2
   415: 00005e10    44 FUNC    GLOBAL DEFAULT   11
__register_frame
   416: 00002548    36 FUNC    GLOBAL DEFAULT   11
__paritysi2
   417: 00003564   180 FUNC    GLOBAL DEFAULT   11
__floatdisf
   418: 000034bc   168 FUNC    GLOBAL DEFAULT   11
__fixunssfdi
   420: 000037fc  1436 FUNC    GLOBAL DEFAULT   11
__divdi3
   421: 00001d38    64 FUNC    GLOBAL DEFAULT   11
__addvsi3
   422: 00001d78   108 FUNC    GLOBAL DEFAULT   11
__addvdi3
   423: 00002218   136 FUNC    GLOBAL DEFAULT   11
__ffsdi2
   424: 00001bc8    68 FUNC    GLOBAL DEFAULT   11
__lshrdi3
   425: 00002614   996 FUNC    GLOBAL DEFAULT   11
__mulsc3
   426: 00006c58     8 FUNC    GLOBAL DEFAULT   11
_Unwind_GetDataRelBase
   427: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.3
   428: 000024dc   108 FUNC    GLOBAL DEFAULT   11
__popcountdi2
   429: 00006c48     8 FUNC    GLOBAL DEFAULT   11
_Unwind_GetRegionStart
   430: 00006f44   180 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_ForcedUnwind
   431: 0000733c   532 FUNC    GLOBAL DEFAULT   11
__gcc_personality_sj0
   432: 00006bf0    20 FUNC    GLOBAL DEFAULT   11
_Unwind_SetGR
   433: 00001998   204 FUNC    GLOBAL DEFAULT   11
__umodsi3
   434: 00006858   456 FUNC    GLOBAL DEFAULT   11
_Unwind_Find_FDE
   435: 00000000     0 OBJECT  GLOBAL DEFAULT  ABS
GCC_3.4.2
   436: 00001d0c    44 FUNC    GLOBAL DEFAULT   11
__absvdi2
   437: 00002594    64 FUNC    GLOBAL DEFAULT   11
__powisf2
   438: 00002408   128 FUNC    GLOBAL DEFAULT   11
__ctzdi2
   439: 00006c14    24 FUNC    GLOBAL DEFAULT   11
_Unwind_GetIPInfo
   440: 00001cfc     4 FUNC    GLOBAL DEFAULT   11
__enable_execute_stack
   441: 000029f8   992 FUNC    GLOBAL DEFAULT   11
__muldc3
   442: 00006c04    16 FUNC    GLOBAL DEFAULT   11
_Unwind_GetIP
   443: 00001de4    64 FUNC    GLOBAL DEFAULT   11
__subvsi3
   446: 00006ae4   132 FUNC    GLOBAL DEFAULT   11
_Unwind_SjLj_Register
   447: 00003618   148 FUNC    GLOBAL DEFAULT   11
__floatundisf
   448: 00006758     4 FUNC    GLOBAL DEFAULT   11
__deregister_frame_info


##################### END ############################


> 
> Cheers
>    Nick
> 
> 

Rgds.
Sjei


      ____________________________________________________________________________________
Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]