This is the mail archive of the binutils@sources.redhat.com 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]

Missing symbols in hppa64-hp-hpux11.00


David,

There are three symbols which are required by libcl in hpux which
seem to be inserted by the HP linker.  I had a look at the ld script
but its a bit beyond me.

Cheers,

Ross

---------------------------------------------------------

ralexand@styx 13:49:34 $cat > test.c << EOF
> int main(){}
> EOF

ralexand@styx 13:49:42 $more test.c
int main(){}

ralexand@styx 13:49:45 $gcc test.c -o test -lcl

ralexand@styx 13:49:52 $./test
/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol '__unwind_start' in load
module '/lib/pa20_64/libcl.2'.
/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol '__unwind_end' in load
module '/lib/pa20_64/libcl.2'.
/usr/lib/pa20_64/dld.sl: Unsatisfied data symbol '__text_start' in load
module '/lib/pa20_64/libcl.2'.
Killed

ralexand@styx 13:51:17 $cc +DA2.0W test.c -o test -lcl
ralexand@styx 13:53:23 $./test

The symbols are the following

     4: 4000000000000000     0 NOTYPE  GLOBAL DEFAULT    1 __text_start
    11: 4000000000000ee0     0 NOTYPE  GLOBAL DEFAULT    7 __unwind_end
    30: 4000000000000000     0 FUNC    GLOBAL DEFAULT    1 __text_start_f
    41: 4000000000000dc0     0 NOTYPE  GLOBAL DEFAULT    7 __unwind_start

The segments


  [ 1] .dynamic          DYNAMIC         4000000000000270 000270 000190 10   A  0   0  8
  [ 7] .PARISC.unwind    PARISC_UNWIND   4000000000000dc0 000dc0 000120 04   A  0   e  4


Here is the full readelf -W -a output.


ELF Header:
  Magic:   7f 45 4c 46 02 02 01 01 01 00 00 00 00 00 00 00
  Class:                             ELF64
  Data:                              2's complement, big endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - HP-UX
  ABI Version:                       1
  Type:                              EXEC (Executable file)
  Machine:                           HPPA
  Version:                           0x1
  Entry point address:               0x4000000000001a88
  Start of program headers:          64 (bytes into file)
  Start of section headers:          17584 (bytes into file)
  Flags:                             0x80214, PA-RISC 2.0, wide
  Size of this header:               64 (bytes)
  Size of program headers:           56 (bytes)
  Number of program headers:         10
  Size of section headers:           64 (bytes)
  Number of section headers:         36
  Section header string table index: 35

Section Headers:
  [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            0000000000000000 ffffffffffffffff 000000 00      0   0  0
  [ 1] .dynamic          DYNAMIC         4000000000000270 000270 000190 10   A  0   0  8
  [ 2] .dynsym           DYNSYM          4000000000000400 000400 000480 18   A  3   0  8
  [ 3] .dynstr           STRTAB          4000000000000880 000880 000264 00   A  0   0  1
  [ 4] .hash             HASH            4000000000000ae8 000ae8 000128 00   A  0   0  8
  [ 5] .rela.dlt         RELA            4000000000000c10 000c10 000168 18   A  2   0  8
  [ 6] .rela.plt         RELA            4000000000000d78 000d78 000048 18   A  2   0  8
  [ 7] .PARISC.unwind    PARISC_UNWIND   4000000000000dc0 000dc0 000120 04   A  0   e  4
  [ 8] .rodata           PROGBITS        4000000000000ee0 000ee0 000018 00   A  0   0  8
  [ 9] $UNWIND$          PROGBITS        4000000000000ef8 000ef8 000000 00   A  0   0  8
  [10] $UNWIND$MILLICODE PROGBITS        4000000000000ef8 000ef8 000000 00   A  0   0  8
  [11] .interp           PROGBITS        4000000000000ef8 000ef8 000018 00   A  0   0  1
  [12] .dynhash          PROGBITS        4000000000000f10 000f10 0000c0 00   A  0   0  8
  [13] .opd              PROGBITS        4000000000000fd0 000fd0 000040 10   A  0   0  8
  [14] .text             PROGBITS        4000000000001010 001010 000d58 00  AX  0   0  8
  [15] .data             PROGBITS        8000000100000000 002000 000088 00  WA  0   0  8
  [16] .PARISC.pfa_count PROGBITS        8000000100000088 002088 000000 00  WA  0   0  4
  [17] .PARISC.global    PROGBITS        8000000100000088 002088 000000 00  WA  0   0  8
  [18] .HP.init          PROGBITS        8000000100000088 002088 000000 00  WA  0   0  8
  [19] .preinit          PROGBITS        8000000100000088 002088 000000 00  WA  0   0  8
  [20] .init             PROGBITS        8000000100000088 002088 000000 00  WA  0   0  8
  [21] .fini             PROGBITS        8000000100000088 002088 000000 00  WA  0   0  8
  [22] .plt              PROGBITS        8000000100000088 002088 000030 10 WAp  0   0  8
  [23] .dlt              PROGBITS        80000001000000b8 0020b8 0000b0 08 WAp  0   0  8
  [24] .sdata            PROGBITS        8000000100000168 002168 000030 00 WAp  0   0  8
  [25] .sbss             NOBITS          8000000100000198 002198 000000 00 WAp  0   0  8
  [26] .bss              NOBITS          8000000100000198 002198 000038 00  WA  0   0  8
  [27] .hbss             NOBITS          80000001000001d0 002198 000000 00  WA  0   0  8
  [28] .tbss             NOBITS          80000001000001d0 002198 000000 00 WAo  0   0  8
  [29] .fastbind         PROGBITS        0000000000000000 002198 000000 00      0   0  1
  [30] .note             NOTE            0000000000000000 002198 000fa8 00      0   0  8
  [31] .btext            PROGBITS        0000000000000000 003140 000000 00      0   0  1
  [32] .bdata            PROGBITS        0000000000000000 003140 000000 00      0   0  1
  [33] .strtab           STRTAB          0000000000000000 003140 0005ad 00      0   0  4
  [34] .symtab           SYMTAB          0000000000000000 0036f0 000c90 18     33  57  8
  [35] .shstrtab         STRTAB          0000000000000000 004380 00012a 00      0   0  4
Key to Flags:
  W (write), A (alloc), X (execute), M (merge), S (strings)
  I (info), L (link order), G (group), x (unknown)
  O (extra OS processing required) o (OS specific), p (processor specific)

Program Headers:
  Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align
  PHDR           0x000040 0x4000000000000040 0x0000000000000000 0x000230 0x000230 R   0x8
  PARISC_UNWIND  0x000dc0 0x4000000000000dc0 0x0000000000000000 0x000120 0x000120 R   0x4
  INTERP         0x000ef8 0x4000000000000ef8 0x0000000000000000 0x000018 0x000018 R   0x1
      [Requesting program interpreter: /usr/lib/pa20_64/dld.sl]
  DYNAMIC        0x000270 0x4000000000000270 0x0000000000000000 0x000190 0x000190 R   0x8
  HP_TLS         0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 R   0
  LOAD           0x000000 0x4000000000000000 0x0000000000000000 0x001d68 0x001d68 R E 0x8
  LOAD           0x002000 0x8000000100000000 0x0000000000000000 0x000198 0x0001d0 RW  0x8
  HP_FASTBIND    0x002198 0x0000000000000000 0x0000000000000000 0x000000 0x000000 R   0x1
  NOTE           0x002198 0x0000000000000000 0x0000000000000000 0x000fa8 0x000000 R   0x8
  LOOS+14        0x003140 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW  0

 Section to Segment mapping:
  Segment Sections...
   00
   01     .PARISC.unwind
   02     .interp
   03     .dynamic
   04
   05     .dynamic .dynsym .dynstr .hash .rela.dlt .rela.plt .PARISC.unwind .rodata .interp .dynhash .opd .text
   06     .data .plt .dlt .sdata .bss
   07
   08     .note
   09

Dynamic segment at offset 0x270 contains 25 entries:
  Tag        Type                         Name/Value
 0x0000000000000001 (NEEDED)             Shared library: [libcl.2]
 0x0000000000000001 (NEEDED)             Shared library: [libc.2]
 0x000000000000000f (RPATH)              Library rpath: [/usr/lib/pa20_64:/opt/langtools/lib/pa20_64:]
 0x000000000000001e (FLAGS)
 0x0000000060000001 (<unknown>: 60000001) 0
 0x0000000060000002 (<unknown>: 60000002) 0x0
 0x0000000000000003 (PLTGOT)             0x8000000100000110
 0x0000000000000004 (HASH)               0x4000000000000ae8
 0x0000000000000005 (STRTAB)             0x4000000000000880
 0x0000000000000006 (SYMTAB)             0x4000000000000400
 0x000000006000000c (<unknown>: 6000000c) 0x4000000000000f10
 0x000000006000000b (<unknown>: 6000000b) 0x1
 0x000000006000000a (<unknown>: 6000000a) 0x44f
 0x0000000060000008 (<unknown>: 60000008) 0x3db7eca0
 0x0000000060000009 (<unknown>: 60000009) 0x13051900
 0x0000000000000007 (RELA)               0x4000000000000c10
 0x0000000000000008 (RELASZ)             432 (bytes)
 0x0000000000000014 (PLTREL)             RELA
 0x0000000000000017 (JMPREL)             0x4000000000000d78
 0x0000000000000002 (PLTRELSZ)           72 (bytes)
 0x0000000000000009 (RELAENT)            24 (bytes)
 0x000000000000000a (STRSZ)              612 (bytes)
 0x000000000000000b (SYMENT)             24 (bytes)
 0x0000000060000000 (<unknown>: 60000000) 0x80000001000001c8
 0x0000000000000000 (NULL)               0x0

Relocation section '.rela.dlt' at offset 0xc10 contains 15 entries:
    Offset             Info            Type               Symbol's Value  Symbol's Name + Addend
80000001000000f8  0000002500000040 R_PARISC_FPTR64       8000000100009968 _start + 0
8000000100000100  0000001b00000050 R_PARISC_DIR64        800000010000e890 __argc + 0
8000000100000108  0000001c00000050 R_PARISC_DIR64        800000010000e888 __argv + 0
8000000100000110  0000002e00000050 R_PARISC_DIR64        800000010000e8b8 _CPU_REVISION + 0
8000000100000118  0000000500000050 R_PARISC_DIR64        800000010000e8a0 _FPU_MODEL + 0
8000000100000120  0000002d00000050 R_PARISC_DIR64        800000010000e898 _FPU_REVISION + 0
8000000100000128  0000001d00000050 R_PARISC_DIR64        800000010000e8b0 _CPU_KEYBITS_1 + 0
8000000100000130  0000001600000050 R_PARISC_DIR64        800000010000e868 _environ + 0
8000000100000138  0000001f00000050 R_PARISC_DIR64        800000010000e880 __envp + 0
8000000100000140  0000000d00000050 R_PARISC_DIR64        800000010000e878 __load_info + 0
8000000100000148  0000000e00000050 R_PARISC_DIR64        800000010000e848 __sysvec + 0
8000000100000150  0000001100000050 R_PARISC_DIR64        800000010000e840 __scall_entry_table_addr + 0
8000000100000158  0000000a00000050 R_PARISC_DIR64        800000010000e8a8 _SYSTEM_ID + 0
8000000100000160  0000001000000050 R_PARISC_DIR64        800000010000e860 __tls_size + 0
80000001000000f0  0000000100000040 R_PARISC_FPTR64       4000000000000000 __text_seg + fd0

Relocation section '.rela.plt' at offset 0xd78 contains 3 entries:
    Offset             Info            Type               Symbol's Value  Symbol's Name + Addend
8000000100000088  0000000900000081 R_PARISC_IPLT         8000000100006948 __sys_atexit + 0
8000000100000098  0000001200000081 R_PARISC_IPLT         8000000100007658 _write_sys + 0
80000001000000a8  0000002600000081 R_PARISC_IPLT         8000000100009d78 exit + 0

There are no unwind sections in this file.

Symbol table '.dynsym' contains 48 entries:
   Num:    Value          Size Type    Bind   Vis      Ndx Name
     0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 4000000000000000     0 SECTION LOCAL  DEFAULT    1 __text_seg
     2: 8000000100000000     0 SECTION LOCAL  DEFAULT   15 __data_seg
     3: 80000001000001d0     0 SECTION LOCAL  DEFAULT   28 __thread_specific_seg
     4: 4000000000000000     0 NOTYPE  GLOBAL DEFAULT    1 __text_start
     5: 800000010000e8a0     0 OBJECT  GLOBAL DEFAULT  UND _FPU_MODEL
     6: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   20 __init_end
     7: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_PREALLOC_DTV_A
     8: 4000000000000fe0   196 FUNC    GLOBAL DEFAULT   14 $START$
     9: 8000000100006948     0 FUNC    GLOBAL DEFAULT  UND __sys_atexit
    10: 800000010000e8a8     0 OBJECT  GLOBAL DEFAULT  UND _SYSTEM_ID
    11: 4000000000000ee0     0 NOTYPE  GLOBAL DEFAULT    7 __unwind_end
    12: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   20 __init_start
    13: 800000010000e878     0 OBJECT  GLOBAL DEFAULT  UND __load_info
    14: 800000010000e848     0 OBJECT  GLOBAL DEFAULT  UND __sysvec
    15: 4000000000001d68     0 NOTYPE  GLOBAL DEFAULT   14 _etext
    16: 800000010000e860     0 OBJECT  GLOBAL DEFAULT  UND __tls_size
    17: 800000010000e840     0 OBJECT  GLOBAL DEFAULT  UND __scall_entry_table_addr
    18: 8000000100007658     0 FUNC    GLOBAL DEFAULT  UND _write_sys
    19: 4000000000001d68     0 FUNC    GLOBAL DEFAULT   14 _etext_f
    20: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   21 __fini_end
    21: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_INIT_START
    22: 800000010000e868     0 OBJECT  GLOBAL DEFAULT  UND _environ
    23: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   19 __preinit_start
    24: 0000000000000010     0 NOTYPE  GLOBAL DEFAULT  ABS __profil_size
    25: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_INIT_SIZE
    26: 0000000000000214     0 NOTYPE  GLOBAL DEFAULT  ABS __SYSTEM_ID
    27: 800000010000e890     0 OBJECT  GLOBAL DEFAULT  UND __argc
    28: 800000010000e888     0 OBJECT  GLOBAL DEFAULT  UND __argv
    29: 800000010000e8b0     0 OBJECT  GLOBAL DEFAULT  UND _CPU_KEYBITS_1
    30: 4000000000000000     0 FUNC    GLOBAL DEFAULT    1 __text_start_f
    31: 800000010000e880     0 OBJECT  GLOBAL DEFAULT  UND __envp
    32: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_SIZE
    33: 8000000100000110     0 NOTYPE  GLOBAL DEFAULT   25 __gp
    34: 80000001000001d0     0 NOTYPE  GLOBAL DEFAULT  ABS _end
    35: 4000000000000270     0 OBJECT  GLOBAL DEFAULT    1 _DYNAMIC
    36: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_INIT_A
    37: 8000000100009968     0 FUNC    GLOBAL DEFAULT  UND _start
    38: 8000000100009d78     0 FUNC    WEAK   DEFAULT  UND exit
    39: 8000000100000000     0 NOTYPE  GLOBAL DEFAULT   15 __data_start
    40: 4000000000000ff0     0 FUNC    GLOBAL DEFAULT   14 main
    41: 4000000000000dc0     0 NOTYPE  GLOBAL DEFAULT    7 __unwind_start
    42: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   21 __fini_start
    43: 8000000100000198     0 NOTYPE  GLOBAL DEFAULT   24 _edata
    44: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   19 __preinit_end
    45: 800000010000e898     0 OBJECT  GLOBAL DEFAULT  UND _FPU_REVISION
    46: 800000010000e8b8     0 OBJECT  GLOBAL DEFAULT  UND _CPU_REVISION
    47: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS _FPU_STATUS

Symbol table '.symtab' contains 134 entries:
   Num:    Value          Size Type    Bind   Vis      Ndx Name
     0: 0000000000000000     0 NOTYPE  LOCAL  DEFAULT  UND
     1: 4000000000000270     0 SECTION LOCAL  DEFAULT    1 .dynamic
     2: 4000000000000400     0 SECTION LOCAL  DEFAULT    2 .dynsym
     3: 4000000000000880     0 SECTION LOCAL  DEFAULT    3 .dynstr
     4: 4000000000000ae8     0 SECTION LOCAL  DEFAULT    4 .hash
     5: 4000000000000c10     0 SECTION LOCAL  DEFAULT    5 .rela.dlt
     6: 4000000000000d78     0 SECTION LOCAL  DEFAULT    6 .rela.plt
     7: 4000000000000dc0     0 SECTION LOCAL  DEFAULT    7 .PARISC.unwind
     8: 4000000000000ee0     0 SECTION LOCAL  DEFAULT    8 .rodata
     9: 4000000000000ef8     0 SECTION LOCAL  DEFAULT    9 $UNWIND$
    10: 4000000000000ef8     0 SECTION LOCAL  DEFAULT   10 $UNWIND$MILLICODE$
    11: 4000000000000ef8     0 SECTION LOCAL  DEFAULT   11 .interp
    12: 4000000000000f10     0 SECTION LOCAL  DEFAULT   12 .dynhash
    13: 4000000000000fd0     0 SECTION LOCAL  DEFAULT   13 .opd
    14: 4000000000001010     0 SECTION LOCAL  DEFAULT   14 .text
    15: 4000000000001010    24 HP_STUB LOCAL  DEFAULT   14 .stub
    16: 4000000000001a78    12 HP_STUB LOCAL  DEFAULT   14 .stub
    17: 8000000100000000     0 SECTION LOCAL  DEFAULT   15 .data
    18: 8000000100000088     0 SECTION LOCAL  DEFAULT   16 .PARISC.pfa_counter
    19: 8000000100000088     0 SECTION LOCAL  DEFAULT   17 .PARISC.global
    20: 8000000100000088     0 SECTION LOCAL  DEFAULT   18 .HP.init
    21: 8000000100000088     0 SECTION LOCAL  DEFAULT   19 .preinit
    22: 8000000100000088     0 SECTION LOCAL  DEFAULT   20 .init
    23: 8000000100000088     0 SECTION LOCAL  DEFAULT   21 .fini
    24: 8000000100000088     0 SECTION LOCAL  DEFAULT   22 .plt
    25: 80000001000000b8     0 SECTION LOCAL  DEFAULT   23 .dlt
    26: 8000000100000168     0 SECTION LOCAL  DEFAULT   24 .sdata
    27: 8000000100000198     0 SECTION LOCAL  DEFAULT   25 .sbss
    28: 8000000100000198     0 SECTION LOCAL  DEFAULT   26 .bss
    29: 80000001000001d0     0 SECTION LOCAL  DEFAULT   27 .hbss
    30: 80000001000001d0     0 SECTION LOCAL  DEFAULT   28 .tbss
    31: 0000000000000000     0 SECTION LOCAL  DEFAULT   29 .fastbind
    32: 0000000000000000     0 SECTION LOCAL  DEFAULT   30 .note
    33: 0000000000000000     0 SECTION LOCAL  DEFAULT   31 .btext
    34: 0000000000000000     0 SECTION LOCAL  DEFAULT   32 .bdata
    35: 40000000000013c8    80 FUNC    LOCAL  DEFAULT   14 crt_write_string
    36: 4000000000001418  1348 FUNC    LOCAL  DEFAULT   14 crt_write_word
    37: 4000000000001a28    32 FUNC    LOCAL  DEFAULT   14 crt_dld_init
    38: 4000000000001028   116 FUNC    LOCAL  DEFAULT   14 crt_preinitializers
    39: 40000000000010a0   116 FUNC    LOCAL  DEFAULT   14 crt_initializers
    40: 4000000000001a48    48 FUNC    LOCAL  DEFAULT   14 set_fp_status
    41: 4000000000001188   180 FUNC    LOCAL  DEFAULT   14 crt_dld_main
    42: 4000000000001118   112 FUNC    LOCAL  DEFAULT   14 crt_terminators
    43: 4000000000001300    16 FUNC    LOCAL  DEFAULT   14 set_system_id
    44: 4000000000001310   140 FUNC    LOCAL  DEFAULT   14 set_tls_vars
    45: 40000000000013a0    36 FUNC    LOCAL  DEFAULT   14 crt_write
    46: 4000000000001240   188 FUNC    LOCAL  DEFAULT   14 set_startup_vars
    47: 8000000100000000    72 OBJECT  LOCAL  DEFAULT   15 DS$static_crt_main
    48: 8000000100000168     8 OBJECT  LOCAL  DEFAULT   24 SD$static_crt_main
    49: 8000000100000198    48 OBJECT  LOCAL  DEFAULT   26 BS$startup_vars
    50: 8000000100000070     1 OBJECT  LOCAL  DEFAULT   15 DS$crt_utils
    51: 4000000000000ee0    16 OBJECT  LOCAL  DEFAULT    8 C$2
    52: 8000000100000048    26 OBJECT  LOCAL  DEFAULT   15 M$7
    53: 4000000000001418     0 OBJECT  LOCAL  DEFAULT   14 $PIC$2
    54: 4000000000001a30     0 OBJECT  LOCAL  DEFAULT   14 $PIC$1
    55: 4000000000000ef0     8 OBJECT  LOCAL  DEFAULT    8 SD$static_crt_init
    56: 4000000000001acc     0 OBJECT  LOCAL  DEFAULT   14 SignsDiffer
    57: 4000000000001adc     0 OBJECT  LOCAL  DEFAULT   14 BothNonNeg
    58: 4000000000001ac0     0 OBJECT  LOCAL  DEFAULT   14 NegateDivisor
    59: 4000000000001aec     0 OBJECT  LOCAL  DEFAULT   14 SearchDivisor
    60: 4000000000001bfc     0 OBJECT  LOCAL  DEFAULT   14 DivideByZeroTrap
    61: 4000000000001b34     0 OBJECT  LOCAL  DEFAULT   14 SearchDividend
    62: 4000000000001bf8     0 OBJECT  LOCAL  DEFAULT   14 QuotientIsZero
    63: 4000000000001bb8     0 OBJECT  LOCAL  DEFAULT   14 Aligned
    64: 4000000000001ba0     0 OBJECT  LOCAL  DEFAULT   14 ShiftDividend
    65: 4000000000001b94     0 OBJECT  LOCAL  DEFAULT   14 LongDvrShift
    66: 4000000000001bb0     0 OBJECT  LOCAL  DEFAULT   14 LongDvdShift
    67: 4000000000001bb8     0 OBJECT  LOCAL  DEFAULT   14 InnerLoop
    68: 4000000000001be0     0 OBJECT  LOCAL  DEFAULT   14 One
    69: 4000000000001bec     0 OBJECT  LOCAL  DEFAULT   14 Cleanup
    70: 4000000000001bf8     0 OBJECT  LOCAL  DEFAULT   14 Exit
    71: 4000000000001c14     0 OBJECT  LOCAL  DEFAULT   14 CheckDivisor
    72: 4000000000001c20     0 OBJECT  LOCAL  DEFAULT   14 BothNonNeg
    73: 4000000000001c30     0 OBJECT  LOCAL  DEFAULT   14 SearchDivisor
    74: 4000000000001d60     0 OBJECT  LOCAL  DEFAULT   14 Zero
    75: 4000000000001c78     0 OBJECT  LOCAL  DEFAULT   14 SearchDividend
    76: 4000000000001d4c     0 OBJECT  LOCAL  DEFAULT   14 QuotientIsZero
    77: 4000000000001d00     0 OBJECT  LOCAL  DEFAULT   14 Aligned
    78: 4000000000001ce4     0 OBJECT  LOCAL  DEFAULT   14 ShiftDividend
    79: 4000000000001cd8     0 OBJECT  LOCAL  DEFAULT   14 LongDvrShift
    80: 4000000000001cf8     0 OBJECT  LOCAL  DEFAULT   14 LongDvdShift
    81: 4000000000001d00     0 OBJECT  LOCAL  DEFAULT   14 InnerLoop
    82: 4000000000001d20     0 OBJECT  LOCAL  DEFAULT   14 One
    83: 4000000000001d2c     0 OBJECT  LOCAL  DEFAULT   14 Cleanup
    84: 4000000000001d44     0 OBJECT  LOCAL  DEFAULT   14 LongRemShift
    85: 4000000000001d4c     0 OBJECT  LOCAL  DEFAULT   14 SignifyRemainder
    86: 4000000000001d5c     0 OBJECT  LOCAL  DEFAULT   14 Exit
    87: 4000000000000000     0 NOTYPE  GLOBAL DEFAULT    1 __text_start
    88: 800000010000e8a0     0 OBJECT  GLOBAL DEFAULT  UND _FPU_MODEL
    89: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   20 __init_end
    90: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_PREALLOC_DTV_A
    91: 4000000000001c04     0 PARISC_MILLI GLOBAL DEFAULT   14 $$remo2I
    92: 4000000000001960   196 FUNC    GLOBAL DEFAULT   14 $START$
    93: 8000000100006948     0 FUNC    GLOBAL DEFAULT  UND __sys_atexit
    94: 800000010000e8a8     0 OBJECT  GLOBAL DEFAULT  UND _SYSTEM_ID
    95: 4000000000000ee0     0 NOTYPE  GLOBAL DEFAULT    7 __unwind_end
    96: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   20 __init_start
    97: 800000010000e878     0 OBJECT  GLOBAL DEFAULT  UND __load_info
    98: 800000010000e848     0 OBJECT  GLOBAL DEFAULT  UND __sysvec
    99: 4000000000001d68     0 NOTYPE  GLOBAL DEFAULT   14 _etext
   100: 4000000000001c04     0 PARISC_MILLI GLOBAL DEFAULT   14 $$rem2I
   101: 800000010000e860     0 OBJECT  GLOBAL DEFAULT  UND __tls_size
   102: 800000010000e840     0 OBJECT  GLOBAL DEFAULT  UND __scall_entry_table_addr
   103: 8000000100007658     0 FUNC    GLOBAL DEFAULT  UND _write_sys
   104: 4000000000001d68     0 FUNC    GLOBAL DEFAULT   14 _etext_f
   105: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   21 __fini_end
   106: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_INIT_START
   107: 800000010000e868     0 OBJECT  GLOBAL DEFAULT  UND _environ
   108: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   19 __preinit_start
   109: 0000000000000010     0 NOTYPE  GLOBAL DEFAULT  ABS __profil_size
   110: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_INIT_SIZE
   111: 0000000000000214     0 NOTYPE  GLOBAL DEFAULT  ABS __SYSTEM_ID
   112: 800000010000e890     0 OBJECT  GLOBAL DEFAULT  UND __argc
   113: 800000010000e888     0 OBJECT  GLOBAL DEFAULT  UND __argv
   114: 800000010000e8b0     0 OBJECT  GLOBAL DEFAULT  UND _CPU_KEYBITS_1
   115: 4000000000000000     0 FUNC    GLOBAL DEFAULT    1 __text_start_f
   116: 800000010000e880     0 OBJECT  GLOBAL DEFAULT  UND __envp
   117: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_SIZE
   118: 8000000100000110     0 NOTYPE  GLOBAL DEFAULT   25 __gp
   119: 80000001000001d0     0 NOTYPE  GLOBAL DEFAULT  ABS _end
   120: 4000000000000270     0 OBJECT  GLOBAL DEFAULT    1 _DYNAMIC
   121: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS __TLS_INIT_A
   122: 8000000100009968     0 FUNC    GLOBAL DEFAULT  UND _start
   123: 8000000100009d78     0 FUNC    WEAK   DEFAULT  UND exit
   124: 8000000100000000     0 NOTYPE  GLOBAL DEFAULT   15 __data_start
   125: 4000000000001aa4     0 PARISC_MILLI GLOBAL DEFAULT   14 $$div2I
   126: 4000000000001a88     0 FUNC    GLOBAL DEFAULT   14 main
   127: 4000000000000dc0     0 NOTYPE  GLOBAL DEFAULT    7 __unwind_start
   128: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   21 __fini_start
   129: 8000000100000198     0 NOTYPE  GLOBAL DEFAULT   24 _edata
   130: 8000000100000088     0 NOTYPE  GLOBAL DEFAULT   19 __preinit_end
   131: 800000010000e898     0 OBJECT  GLOBAL DEFAULT  UND _FPU_REVISION
   132: 800000010000e8b8     0 OBJECT  GLOBAL DEFAULT  UND _CPU_REVISION
   133: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  ABS _FPU_STATUS

Histogram for bucket list length (total of 24 buckets):
 Length  Number     % of total  Coverage
      0  13         ( 54.2%)
      1  5          ( 20.8%)     18.5%
      2  3          ( 12.5%)     40.7%
      3  1          (  4.2%)     51.9%
      4  0          (  0.0%)     51.9%
      5  1          (  4.2%)     70.4%
      6  0          (  0.0%)     70.4%
      7  0          (  0.0%)     70.4%
      8  1          (  4.2%)    100.0%

No version information found in this file.

---------------------------------------------------------------------------------

Ross Alexander                           "We demand clearly defined
MIS - NEC Europe Limited            boundaries of uncertainty and
Work ph: +44 20 8752 3394         doubt."



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