readelf output for mem3.elf

This example shows an example of output for the elf file from one program: (mem3.c)

Contents

File Header

pic32-readelf -h mem3.elf > mem3.file_header.txt

ELF Header:
  Magic:   7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 
  Class:                             ELF32
  Data:                              2's complement, little endian
  Version:                           1 (current)
  OS/ABI:                            UNIX - System V
  ABI Version:                       0
  Type:                              EXEC (Executable file)
  Machine:                           MIPS
  Version:                           0x1
  Entry point address:               0xbfc00000
  Start of program headers:          52 (bytes into file)
  Start of section headers:          750296 (bytes into file)
  Flags:                             0x70ff1001, noreorder, pic32mx, o32, mips32r2
  Size of this header:               52 (bytes)
  Size of program headers:           32 (bytes)
  Number of program headers:         6
  Size of section headers:           40 (bytes)
  Number of section headers:         100
  Section header string table index: 97

Segments

pic32-readelf -l mem3.elf > mem3.segments.txt

Elf file type is EXEC (Executable file)
Entry point 0xbfc00000
There are 6 program headers, starting at offset 52

Program Headers:
  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
  LOAD           0x010000 0x9d000000 0x9d000000 0x74588 0x74588 R E 0x10000
  LOAD           0x090000 0xa0000000 0x9d074588 0x0012c 0x0012c RW  0x10000
  LOAD           0x09502c 0x9d07502c 0x9d07502c 0x00000 0x00000 R   0x10000
  LOAD           0x0a0490 0x9fc00490 0x9fc00490 0x00d00 0x00d00 R E 0x10000
  LOAD           0x0a012c 0xa000012c 0xa000012c 0x00000 0x005d0 RW  0x10000
  LOAD           0x0b0000 0xbfc00000 0xbfc00000 0x00390 0x00390 R E 0x10000

 Section to Segment mapping:
  Segment Sections...
   00     .text .rodata .eh_frame 
   01     .data .sdata 
   02     
   03     .app_excpt .startup 
   04     .sbss .bss .stack 
   05     .reset .bev_excpt 

Sections

pic32-readelf -S mem3.elf > mem3.sections.txt

There are 100 section headers, starting at offset 0xb72d8:

Section Headers:
  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al
  [ 0]                   NULL            00000000 000000 000000 00      0   0  0
  [ 1] .reset            PROGBITS        bfc00000 0b0000 000010 00  AX  0   0  1
  [ 2] .bev_excpt        PROGBITS        bfc00380 0b0380 000010 00  AX  0   0  1
  [ 3] .dbg_excpt        PROGBITS        bfc00480 0b0390 000000 00   W  0   0  1
  [ 4] .dbg_code         PROGBITS        bfc02000 0b0390 000000 00   W  0   0  1
  [ 5] .app_excpt        PROGBITS        9fc01180 0a1180 000010 00  AX  0   0  1
  [ 6] .vector_0         PROGBITS        9fc01200 0b0390 000000 00   W  0   0  1
  [ 7] .vector_1         PROGBITS        9fc01220 0b0390 000000 00   W  0   0  1
  [ 8] .vector_2         PROGBITS        9fc01240 0b0390 000000 00   W  0   0  1
  [ 9] .vector_3         PROGBITS        9fc01260 0b0390 000000 00   W  0   0  1
  [10] .vector_4         PROGBITS        9fc01280 0b0390 000000 00   W  0   0  1
  [11] .vector_5         PROGBITS        9fc012a0 0b0390 000000 00   W  0   0  1
  [12] .vector_6         PROGBITS        9fc012c0 0b0390 000000 00   W  0   0  1
  [13] .vector_7         PROGBITS        9fc012e0 0b0390 000000 00   W  0   0  1
  [14] .vector_8         PROGBITS        9fc01300 0b0390 000000 00   W  0   0  1
  [15] .vector_9         PROGBITS        9fc01320 0b0390 000000 00   W  0   0  1
  [16] .vector_10        PROGBITS        9fc01340 0b0390 000000 00   W  0   0  1
  [17] .vector_11        PROGBITS        9fc01360 0b0390 000000 00   W  0   0  1
  [18] .vector_12        PROGBITS        9fc01380 0b0390 000000 00   W  0   0  1
  [19] .vector_13        PROGBITS        9fc013a0 0b0390 000000 00   W  0   0  1
  [20] .vector_14        PROGBITS        9fc013c0 0b0390 000000 00   W  0   0  1
  [21] .vector_15        PROGBITS        9fc013e0 0b0390 000000 00   W  0   0  1
  [22] .vector_16        PROGBITS        9fc01400 0b0390 000000 00   W  0   0  1
  [23] .vector_17        PROGBITS        9fc01420 0b0390 000000 00   W  0   0  1
  [24] .vector_18        PROGBITS        9fc01440 0b0390 000000 00   W  0   0  1
  [25] .vector_19        PROGBITS        9fc01460 0b0390 000000 00   W  0   0  1
  [26] .vector_20        PROGBITS        9fc01480 0b0390 000000 00   W  0   0  1
  [27] .vector_21        PROGBITS        9fc014a0 0b0390 000000 00   W  0   0  1
  [28] .vector_22        PROGBITS        9fc014c0 0b0390 000000 00   W  0   0  1
  [29] .vector_23        PROGBITS        9fc014e0 0b0390 000000 00   W  0   0  1
  [30] .vector_24        PROGBITS        9fc01500 0b0390 000000 00   W  0   0  1
  [31] .vector_25        PROGBITS        9fc01520 0b0390 000000 00   W  0   0  1
  [32] .vector_26        PROGBITS        9fc01540 0b0390 000000 00   W  0   0  1
  [33] .vector_27        PROGBITS        9fc01560 0b0390 000000 00   W  0   0  1
  [34] .vector_28        PROGBITS        9fc01580 0b0390 000000 00   W  0   0  1
  [35] .vector_29        PROGBITS        9fc015a0 0b0390 000000 00   W  0   0  1
  [36] .vector_30        PROGBITS        9fc015c0 0b0390 000000 00   W  0   0  1
  [37] .vector_31        PROGBITS        9fc015e0 0b0390 000000 00   W  0   0  1
  [38] .vector_32        PROGBITS        9fc01600 0b0390 000000 00   W  0   0  1
  [39] .vector_33        PROGBITS        9fc01620 0b0390 000000 00   W  0   0  1
  [40] .vector_34        PROGBITS        9fc01640 0b0390 000000 00   W  0   0  1
  [41] .vector_35        PROGBITS        9fc01660 0b0390 000000 00   W  0   0  1
  [42] .vector_36        PROGBITS        9fc01680 0b0390 000000 00   W  0   0  1
  [43] .vector_37        PROGBITS        9fc016a0 0b0390 000000 00   W  0   0  1
  [44] .vector_38        PROGBITS        9fc016c0 0b0390 000000 00   W  0   0  1
  [45] .vector_39        PROGBITS        9fc016e0 0b0390 000000 00   W  0   0  1
  [46] .vector_40        PROGBITS        9fc01700 0b0390 000000 00   W  0   0  1
  [47] .vector_41        PROGBITS        9fc01720 0b0390 000000 00   W  0   0  1
  [48] .vector_42        PROGBITS        9fc01740 0b0390 000000 00   W  0   0  1
  [49] .vector_43        PROGBITS        9fc01760 0b0390 000000 00   W  0   0  1
  [50] .vector_44        PROGBITS        9fc01780 0b0390 000000 00   W  0   0  1
  [51] .vector_45        PROGBITS        9fc017a0 0b0390 000000 00   W  0   0  1
  [52] .vector_46        PROGBITS        9fc017c0 0b0390 000000 00   W  0   0  1
  [53] .vector_47        PROGBITS        9fc017e0 0b0390 000000 00   W  0   0  1
  [54] .vector_48        PROGBITS        9fc01800 0b0390 000000 00   W  0   0  1
  [55] .vector_49        PROGBITS        9fc01820 0b0390 000000 00   W  0   0  1
  [56] .vector_50        PROGBITS        9fc01840 0b0390 000000 00   W  0   0  1
  [57] .vector_51        PROGBITS        9fc01860 0b0390 000000 00   W  0   0  1
  [58] .vector_52        PROGBITS        9fc01880 0b0390 000000 00   W  0   0  1
  [59] .vector_53        PROGBITS        9fc018a0 0b0390 000000 00   W  0   0  1
  [60] .vector_54        PROGBITS        9fc018c0 0b0390 000000 00   W  0   0  1
  [61] .vector_55        PROGBITS        9fc018e0 0b0390 000000 00   W  0   0  1
  [62] .vector_56        PROGBITS        9fc01900 0b0390 000000 00   W  0   0  1
  [63] .vector_57        PROGBITS        9fc01920 0b0390 000000 00   W  0   0  1
  [64] .vector_58        PROGBITS        9fc01940 0b0390 000000 00   W  0   0  1
  [65] .vector_59        PROGBITS        9fc01960 0b0390 000000 00   W  0   0  1
  [66] .vector_60        PROGBITS        9fc01980 0b0390 000000 00   W  0   0  1
  [67] .vector_61        PROGBITS        9fc019a0 0b0390 000000 00   W  0   0  1
  [68] .vector_62        PROGBITS        9fc019c0 0b0390 000000 00   W  0   0  1
  [69] .vector_63        PROGBITS        9fc019e0 0b0390 000000 00   W  0   0  1
  [70] .startup          PROGBITS        9fc00490 0a0490 0001e0 00  AX  0   0  1
  [71] .text             PROGBITS        9d000000 010000 074268 00  AX  0   0  4
  [72] .rodata           PROGBITS        9d074268 084268 0002d0 00   A  0   0  8
  [73] .sdata2           PROGBITS        9d074538 0b0390 000000 00   W  0   0  1
  [74] .sbss2            PROGBITS        9d074538 0b0390 000000 00   W  0   0  1
  [75] .eh_frame         PROGBITS        9d074538 084538 000050 00   A  0   0  4
  [76] .dbg_data         PROGBITS        a0000000 0b0390 000000 00   W  0   0  1
  [77] .data             PROGBITS        a0000000 090000 000124 00  WA  0   0  8
  [78] .sdata            PROGBITS        a0000124 090124 000008 00 WAp  0   0  4
  [79] .sbss             NOBITS          a000012c 0a1190 000004 00 WAp  0   0  4
  [80] .bss              NOBITS          a0000130 0a1190 0001cc 00  WA  0   0  4
  [81] .heap             PROGBITS        a00002fc 0b0390 000000 00   W  0   0  1
  [82] .stack            NOBITS          a00002fc 0a1190 000400 00  WA  0   0  1
  [83] .ramfunc          PROGBITS        a0000800 0b0390 000000 00   W  0   0  1
  [84] .comment          PROGBITS        00000000 0b0390 000d63 00      0   0  1
  [85] .debug_aranges    MIPS_DWARF      00000000 0b10f8 0005d0 00      0   0  8
  [86] .debug_pubnames   MIPS_DWARF      00000000 0b16c8 000736 00      0   0  1
  [87] .debug_info       MIPS_DWARF      00000000 0b1dfe 001983 00      0   0  1
  [88] .debug_abbrev     MIPS_DWARF      00000000 0b3781 000811 00      0   0  1
  [89] .debug_line       MIPS_DWARF      00000000 0b3f92 0011bd 00      0   0  1
  [90] .debug_frame      MIPS_DWARF      00000000 0b5150 0007bc 00      0   0  4
  [91] .debug_str        MIPS_DWARF      00000000 0b590c 000b0d 00      0   0  1
  [92] .reginfo          MIPS_REGINFO    9d0746b4 0b641c 000018 18      0   0  4
  [93] .pdr              PROGBITS        9d0746cc 0b6434 000960 00      0   0  4
  [94] .mdebug.abi32     PROGBITS        9d07502c 0b6d94 000000 00      0   0  1
  [95] .rel.dyn          REL             9d07502c 09502c 000000 08   A  0   0  4
  [96] .debug_ranges     MIPS_DWARF      9d07502c 0b6d94 000140 00      0   0  1
  [97] .shstrtab         STRTAB          00000000 0b6ed4 000404 00      0   0  1
  [98] .symtab           SYMTAB          00000000 0b8278 004b30 10     99 155  4
  [99] .strtab           STRTAB          00000000 0bcda8 00337c 00      0   0  1
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)

Symbols

pic32-readelf -s mem3.elf > mem3.symbols.txt


Symbol table '.symtab' contains 1203 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: bfc00000     0 SECTION LOCAL  DEFAULT    1 
     2: bfc00380     0 SECTION LOCAL  DEFAULT    2 
     3: bfc00480     0 SECTION LOCAL  DEFAULT    3 
     4: bfc02000     0 SECTION LOCAL  DEFAULT    4 
     5: 9fc01180     0 SECTION LOCAL  DEFAULT    5 
     6: 9fc01200     0 SECTION LOCAL  DEFAULT    6 
     7: 9fc01220     0 SECTION LOCAL  DEFAULT    7 
     8: 9fc01240     0 SECTION LOCAL  DEFAULT    8 
     9: 9fc01260     0 SECTION LOCAL  DEFAULT    9 
    10: 9fc01280     0 SECTION LOCAL  DEFAULT   10 
    11: 9fc012a0     0 SECTION LOCAL  DEFAULT   11 
    12: 9fc012c0     0 SECTION LOCAL  DEFAULT   12 
    13: 9fc012e0     0 SECTION LOCAL  DEFAULT   13 
    14: 9fc01300     0 SECTION LOCAL  DEFAULT   14 
    15: 9fc01320     0 SECTION LOCAL  DEFAULT   15 
    16: 9fc01340     0 SECTION LOCAL  DEFAULT   16 
    17: 9fc01360     0 SECTION LOCAL  DEFAULT   17 
    18: 9fc01380     0 SECTION LOCAL  DEFAULT   18 
    19: 9fc013a0     0 SECTION LOCAL  DEFAULT   19 
    20: 9fc013c0     0 SECTION LOCAL  DEFAULT   20 
    21: 9fc013e0     0 SECTION LOCAL  DEFAULT   21 
    22: 9fc01400     0 SECTION LOCAL  DEFAULT   22 
    23: 9fc01420     0 SECTION LOCAL  DEFAULT   23 
    24: 9fc01440     0 SECTION LOCAL  DEFAULT   24 
    25: 9fc01460     0 SECTION LOCAL  DEFAULT   25 
    26: 9fc01480     0 SECTION LOCAL  DEFAULT   26 
    27: 9fc014a0     0 SECTION LOCAL  DEFAULT   27 
    28: 9fc014c0     0 SECTION LOCAL  DEFAULT   28 
    29: 9fc014e0     0 SECTION LOCAL  DEFAULT   29 
    30: 9fc01500     0 SECTION LOCAL  DEFAULT   30 
    31: 9fc01520     0 SECTION LOCAL  DEFAULT   31 
    32: 9fc01540     0 SECTION LOCAL  DEFAULT   32 
    33: 9fc01560     0 SECTION LOCAL  DEFAULT   33 
    34: 9fc01580     0 SECTION LOCAL  DEFAULT   34 
    35: 9fc015a0     0 SECTION LOCAL  DEFAULT   35 
    36: 9fc015c0     0 SECTION LOCAL  DEFAULT   36 
    37: 9fc015e0     0 SECTION LOCAL  DEFAULT   37 
    38: 9fc01600     0 SECTION LOCAL  DEFAULT   38 
    39: 9fc01620     0 SECTION LOCAL  DEFAULT   39 
    40: 9fc01640     0 SECTION LOCAL  DEFAULT   40 
    41: 9fc01660     0 SECTION LOCAL  DEFAULT   41 
    42: 9fc01680     0 SECTION LOCAL  DEFAULT   42 
    43: 9fc016a0     0 SECTION LOCAL  DEFAULT   43 
    44: 9fc016c0     0 SECTION LOCAL  DEFAULT   44 
    45: 9fc016e0     0 SECTION LOCAL  DEFAULT   45 
    46: 9fc01700     0 SECTION LOCAL  DEFAULT   46 
    47: 9fc01720     0 SECTION LOCAL  DEFAULT   47 
    48: 9fc01740     0 SECTION LOCAL  DEFAULT   48 
    49: 9fc01760     0 SECTION LOCAL  DEFAULT   49 
    50: 9fc01780     0 SECTION LOCAL  DEFAULT   50 
    51: 9fc017a0     0 SECTION LOCAL  DEFAULT   51 
    52: 9fc017c0     0 SECTION LOCAL  DEFAULT   52 
    53: 9fc017e0     0 SECTION LOCAL  DEFAULT   53 
    54: 9fc01800     0 SECTION LOCAL  DEFAULT   54 
    55: 9fc01820     0 SECTION LOCAL  DEFAULT   55 
    56: 9fc01840     0 SECTION LOCAL  DEFAULT   56 
    57: 9fc01860     0 SECTION LOCAL  DEFAULT   57 
    58: 9fc01880     0 SECTION LOCAL  DEFAULT   58 
    59: 9fc018a0     0 SECTION LOCAL  DEFAULT   59 
    60: 9fc018c0     0 SECTION LOCAL  DEFAULT   60 
    61: 9fc018e0     0 SECTION LOCAL  DEFAULT   61 
    62: 9fc01900     0 SECTION LOCAL  DEFAULT   62 
    63: 9fc01920     0 SECTION LOCAL  DEFAULT   63 
    64: 9fc01940     0 SECTION LOCAL  DEFAULT   64 
    65: 9fc01960     0 SECTION LOCAL  DEFAULT   65 
    66: 9fc01980     0 SECTION LOCAL  DEFAULT   66 
    67: 9fc019a0     0 SECTION LOCAL  DEFAULT   67 
    68: 9fc019c0     0 SECTION LOCAL  DEFAULT   68 
    69: 9fc019e0     0 SECTION LOCAL  DEFAULT   69 
    70: 9fc00490     0 SECTION LOCAL  DEFAULT   70 
    71: 9d000000     0 SECTION LOCAL  DEFAULT   71 
    72: 9d074268     0 SECTION LOCAL  DEFAULT   72 
    73: 9d074538     0 SECTION LOCAL  DEFAULT   73 
    74: 9d074538     0 SECTION LOCAL  DEFAULT   74 
    75: 9d074538     0 SECTION LOCAL  DEFAULT   75 
    76: a0000000     0 SECTION LOCAL  DEFAULT   76 
    77: a0000000     0 SECTION LOCAL  DEFAULT   77 
    78: a0000124     0 SECTION LOCAL  DEFAULT   78 
    79: a000012c     0 SECTION LOCAL  DEFAULT   79 
    80: a0000130     0 SECTION LOCAL  DEFAULT   80 
    81: a00002fc     0 SECTION LOCAL  DEFAULT   81 
    82: a00002fc     0 SECTION LOCAL  DEFAULT   82 
    83: a0000800     0 SECTION LOCAL  DEFAULT   83 
    84: 00000000     0 SECTION LOCAL  DEFAULT   84 
    85: 00000000     0 SECTION LOCAL  DEFAULT   85 
    86: 00000000     0 SECTION LOCAL  DEFAULT   86 
    87: 00000000     0 SECTION LOCAL  DEFAULT   87 
    88: 00000000     0 SECTION LOCAL  DEFAULT   88 
    89: 00000000     0 SECTION LOCAL  DEFAULT   89 
    90: 00000000     0 SECTION LOCAL  DEFAULT   90 
    91: 00000000     0 SECTION LOCAL  DEFAULT   91 
    92: 9d0746b4     0 SECTION LOCAL  DEFAULT   92 
    93: 9d0746cc     0 SECTION LOCAL  DEFAULT   93 
    94: 9d07502c     0 SECTION LOCAL  DEFAULT   94 
    95: 9d07502c     0 SECTION LOCAL  DEFAULT   95 
    96: 9d07502c     0 SECTION LOCAL  DEFAULT   96 
    97: 00000000     0 SECTION LOCAL  DEFAULT   97 
    98: 00000000     0 SECTION LOCAL  DEFAULT   98 
    99: 00000000     0 SECTION LOCAL  DEFAULT   99 
   100: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   101: 9fc00490     0 FUNC    LOCAL  DEFAULT   70 _startup
   102: 9fc004b0     0 NOTYPE  LOCAL  DEFAULT   70 _no_nmi
   103: 9fc00518     0 NOTYPE  LOCAL  DEFAULT   70 _bss_check
   104: 9fc00504     0 NOTYPE  LOCAL  DEFAULT   70 _bss_init
   105: 9fc00554     0 NOTYPE  LOCAL  DEFAULT   70 _init_check
   106: 9fc00544     0 NOTYPE  LOCAL  DEFAULT   70 _init_data
   107: 9fc005e0     0 NOTYPE  LOCAL  DEFAULT   70 _ramfunc_done
   108: 9fc00588     0 NOTYPE  LOCAL  DEFAULT   70 _init_ramfunc
   109: 9fc00598     0 NOTYPE  LOCAL  DEFAULT   70 _ramfunc_check
   110: 9d000000     0 FUNC    LOCAL  DEFAULT   71 _main_entry
   111: bfc00380     0 FUNC    LOCAL  DEFAULT    2 _bev_exception
   112: 9fc01180     0 FUNC    LOCAL  DEFAULT    5 _gen_exception
   113: 00000000     0 FILE    LOCAL  DEFAULT  ABS mem3.c
   114: 00000000     0 FILE    LOCAL  DEFAULT  ABS db_utils.c
   115: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   116: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   117: a0000050    96 OBJECT  LOCAL  DEFAULT   77 _libc_data0
   118: a00000b0   116 OBJECT  LOCAL  DEFAULT   77 _iov0
   119: a0000130   136 OBJECT  LOCAL  DEFAULT   80 _atexit0
   120: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   121: a00001b8   128 OBJECT  LOCAL  DEFAULT   80 stdout_buf
   122: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   123: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   124: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   125: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   126: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   127: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   128: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   129: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   130: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   131: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   132: 9d0743a4    32 OBJECT  LOCAL  DEFAULT   72 zeroData
   133: 9d0743c4    32 OBJECT  LOCAL  DEFAULT   72 spaceData
   134: 9d000b64   108 FUNC    LOCAL  DEFAULT   71 __sputn
   135: 9d000bd0   116 FUNC    LOCAL  DEFAULT   71 repl
   136: 9d000c44   228 FUNC    LOCAL  DEFAULT   71 _outcnvrt
   137: 9d000d28   304 FUNC    LOCAL  DEFAULT   71 rounded
   138: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   139: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   140: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   141: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   142: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   143: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   144: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   145: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   146: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   147: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   148: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   149: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   150: 00000000     0 FILE    LOCAL  DEFAULT  ABS /home/grosbaj/daytona-rel
   151: 00000000     0 FILE    LOCAL  DEFAULT  ABS ../../src/gcc/libgcc2.c
   152: 00000000     0 FILE    LOCAL  DEFAULT  ABS ../../src/gcc/libgcc2.c
   153: 00000000     0 FILE    LOCAL  DEFAULT  ABS p32mx360f512l.S
   154: 9d004268     0 NOTYPE  LOCAL  DEFAULT   71 private_device_buffer
   155: bf80061c     0 OBJECT  GLOBAL DEFAULT  ABS TMR1INV
   156: bf881164     0 OBJECT  GLOBAL DEFAULT  ABS IPC13CLR
   157: bf806204     0 OBJECT  GLOBAL DEFAULT  ABS U2MODECLR
   158: 9d0024a4    36 FUNC    GLOBAL DEFAULT   71 putchar
   159: bf806044     0 OBJECT  GLOBAL DEFAULT  ABS U1BRGCLR
   160: bf803224     0 OBJECT  GLOBAL DEFAULT  ABS OC2RSCLR
   161: bf800628     0 OBJECT  GLOBAL DEFAULT  ABS PR1SET
   162: bf886154     0 OBJECT  GLOBAL DEFAULT  ABS PORTFCLR
   163: bf8860c0     0 OBJECT  GLOBAL DEFAULT  ABS TRISD
   164: bf8832e0     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSA
   165: a0000124     0 NOTYPE  GLOBAL DEFAULT   78 _sdata_begin
   166: bf882054     0 OBJECT  GLOBAL DEFAULT  ABS BMXPUPBACLR
   167: 9d000ab0     8 FUNC    GLOBAL DEFAULT   71 _weak__pthread_cleanup_pu
   168: bf80f610     0 OBJECT  GLOBAL DEFAULT  ABS RSWRST
   169: bf802008     0 OBJECT  GLOBAL DEFAULT  ABS IC1CONSET
   170: bf80362c     0 OBJECT  GLOBAL DEFAULT  ABS OC4RSINV
   171: bf886058     0 OBJECT  GLOBAL DEFAULT  ABS PORTBSET
   172: bf800a0c     0 OBJECT  GLOBAL DEFAULT  ABS T3CONINV
   173: bf800230     0 OBJECT  GLOBAL DEFAULT  ABS RTCDATE
   174: bf883350     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DAT
   175: bf88322c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSAINV
   176: bf805218     0 OBJECT  GLOBAL DEFAULT  ABS I2C2STATSET
   177: bf881080     0 OBJECT  GLOBAL DEFAULT  ABS IEC2
   178: bf805200     0 OBJECT  GLOBAL DEFAULT  ABS I2C2CON
   179: bf8860e4     0 OBJECT  GLOBAL DEFAULT  ABS LATDCLR
   180: bf88601c     0 OBJECT  GLOBAL DEFAULT  ABS PORTAINV
   181: bf800620     0 OBJECT  GLOBAL DEFAULT  ABS PR1
   182: bf8832c4     0 OBJECT  GLOBAL DEFAULT  ABS DCH3INTCLR
   183: bf80a018     0 OBJECT  GLOBAL DEFAULT  ABS CM2CONSET
   184: bf886134     0 OBJECT  GLOBAL DEFAULT  ABS ODCECLR
   185: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1OTGSTAT
   186: bf8810a4     0 OBJECT  GLOBAL DEFAULT  ABS IPC1CLR
   187: bf803418     0 OBJECT  GLOBAL DEFAULT  ABS OC3RSET
   188: bf88326c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DPTRINV
   189: 9d0034f4   100 FUNC    GLOBAL DEFAULT   71 __eqdf2
   190: 9d000aa0     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_sigdisable_
   191: bf805024     0 OBJECT  GLOBAL DEFAULT  ABS I2C1ADDCLR
   192: bf883030     0 OBJECT  GLOBAL DEFAULT  ABS DCRCCON
   193: bf881160     0 OBJECT  GLOBAL DEFAULT  ABS IPC13
   194: bf8832e4     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSACLR
   195: bf883154     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSACLR
   196: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP8
   197: bf88100c     0 OBJECT  GLOBAL DEFAULT  ABS INTCONINV
   198: bfc00480     0 NOTYPE  GLOBAL DEFAULT  ABS _DBG_EXCPT_ADDR
   199: bf802600     0 OBJECT  GLOBAL DEFAULT  ABS IC4CON
   200: bf800c28     0 OBJECT  GLOBAL DEFAULT  ABS PR4SET
   201: bf805a34     0 OBJECT  GLOBAL DEFAULT  ABS SPI2BRGCLR
   202: bf800a10     0 OBJECT  GLOBAL DEFAULT  ABS TMR3
   203: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1STAT
   204: bf8860d0     0 OBJECT  GLOBAL DEFAULT  ABS PORTD
   205: bf80f014     0 OBJECT  GLOBAL DEFAULT  ABS OSCTUNCLR
   206: bf883228     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSASET
   207: bf803624     0 OBJECT  GLOBAL DEFAULT  ABS OC4RSCLR
   208: 9d000a0c    60 FUNC    GLOBAL DEFAULT   71 printf
   209: bf883068     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CONSET
   210: bf8831b0     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CSIZ
   211: bf8830bc     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSIZINV
   212: bf883184     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSIZCLR
   213: bf800220     0 OBJECT  GLOBAL DEFAULT  ABS RTCTIME
   214: bf800614     0 OBJECT  GLOBAL DEFAULT  ABS TMR1CLR
   215: bf886174     0 OBJECT  GLOBAL DEFAULT  ABS ODCFCLR
   216: bf8810d4     0 OBJECT  GLOBAL DEFAULT  ABS IPC4CLR
   217: bf80500c     0 OBJECT  GLOBAL DEFAULT  ABS I2C1CONINV
   218: bf80f42c     0 OBJECT  GLOBAL DEFAULT  ABS NVMADDRINV
   219: bf8860b8     0 OBJECT  GLOBAL DEFAULT  ABS ODCCSET
   220: bf8831a4     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DPTRCLR
   221: bf8860a4     0 OBJECT  GLOBAL DEFAULT  ABS LATCCLR
   222: bf800c2c     0 OBJECT  GLOBAL DEFAULT  ABS PR4INV
   223: bf809080     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF1
   224: bf809090     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF2
   225: bf800c14     0 OBJECT  GLOBAL DEFAULT  ABS TMR4CLR
   226: bf8830f0     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CSIZ
   227: bf8830f8     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CSIZSET
   228: bf806240     0 OBJECT  GLOBAL DEFAULT  ABS U2BRG
   229: bf802210     0 OBJECT  GLOBAL DEFAULT  ABS IC2BUF
   230: bf80081c     0 OBJECT  GLOBAL DEFAULT  ABS TMR2INV
   231: bf80f600     0 OBJECT  GLOBAL DEFAULT  ABS RCON
   232: bf883298     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DATSET
   233: bf883048     0 OBJECT  GLOBAL DEFAULT  ABS DCRCDATASET
   234: bf805834     0 OBJECT  GLOBAL DEFAULT  ABS SPI1BRGCLR
   235: bf800e18     0 OBJECT  GLOBAL DEFAULT  ABS TMR5SET
   236: bf805808     0 OBJECT  GLOBAL DEFAULT  ABS SPI1CONSET
   237: bf882058     0 OBJECT  GLOBAL DEFAULT  ABS BMXPUPBASET
   238: bf802404     0 OBJECT  GLOBAL DEFAULT  ABS IC3CONCLR
   239: bf8810bc     0 OBJECT  GLOBAL DEFAULT  ABS IPC2INV
   240: bf8831d8     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DATSET
   241: bf88314c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1INTINV
   242: bf883094     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSACLR
   243: 9d000b0c     8 FUNC    WEAK   DEFAULT   71 pthread_getspecific
   244: bf807054     0 OBJECT  GLOBAL DEFAULT  ABS PMAENCLR
   245: bf8831f0     0 OBJECT  GLOBAL DEFAULT  ABS DCH2ECON
   246: bf88403c     0 OBJECT  GLOBAL DEFAULT  ABS CHEMSKINV
   247: bf886064     0 OBJECT  GLOBAL DEFAULT  ABS LATBCLR
   248: bf805a00     0 OBJECT  GLOBAL DEFAULT  ABS SPI2CON
   249: bf80f220     0 OBJECT  GLOBAL DEFAULT  ABS DEVID
   250: bf8831ec     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CONINV
   251: bf803804     0 OBJECT  GLOBAL DEFAULT  ABS OC5CONCLR
   252: bf886130     0 OBJECT  GLOBAL DEFAULT  ABS ODCE
   253: 9d000a70     8 FUNC    WEAK   DEFAULT   71 pthread_mutex_setname_np
   254: bf8810d0     0 OBJECT  GLOBAL DEFAULT  ABS IPC4
   255: bf803604     0 OBJECT  GLOBAL DEFAULT  ABS OC4CONCLR
   256: a000012c     0 NOTYPE  GLOBAL DEFAULT  ABS _bss_begin
   257: bf803628     0 OBJECT  GLOBAL DEFAULT  ABS OC4RSSET
   258: bf80f018     0 OBJECT  GLOBAL DEFAULT  ABS OSCTUNSET
   259: bf80f40c     0 OBJECT  GLOBAL DEFAULT  ABS NVMCONINV
   260: 9d074268     0 NOTYPE  GLOBAL DEFAULT   71 _text_end
   261: bf809028     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON3SET
   262: bf8830dc     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SPTRINV
   263: bf80a068     0 OBJECT  GLOBAL DEFAULT  ABS CMSTATSET
   264: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP13
   265: bf805228     0 OBJECT  GLOBAL DEFAULT  ABS I2C2ADDSET
   266: bf809160     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUFF
   267: bf80906c     0 OBJECT  GLOBAL DEFAULT  ABS AD1PCFGINV
   268: bf88608c     0 OBJECT  GLOBAL DEFAULT  ABS TRISCINV
   269: bf80a010     0 OBJECT  GLOBAL DEFAULT  ABS CM2CON
   270: bf800810     0 OBJECT  GLOBAL DEFAULT  ABS TMR23
   271: bf80a060     0 OBJECT  GLOBAL DEFAULT  ABS CMSTAT
   272: bf8831cc     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CPTRINV
   273: 9fc01000     0 NOTYPE  GLOBAL DEFAULT  ABS _ebase_address
   274: 9d0035bc   100 FUNC    GLOBAL DEFAULT   71 __gtdf2
   275: bf884038     0 OBJECT  GLOBAL DEFAULT  ABS CHEMSKSET
   276: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND IPC10SET
   277: bf803010     0 OBJECT  GLOBAL DEFAULT  ABS OC1R
   278: bf807010     0 OBJECT  GLOBAL DEFAULT  ABS PMMODE
   279: bf886160     0 OBJECT  GLOBAL DEFAULT  ABS LATF
   280: bf883160     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSA
   281: bf800004     0 OBJECT  GLOBAL DEFAULT  ABS WDTCONCLR
   282: bf883214     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSACLR
   283: bf803220     0 OBJECT  GLOBAL DEFAULT  ABS OC2RS
   284: bf805204     0 OBJECT  GLOBAL DEFAULT  ABS I2C2CONCLR
   285: bf8861dc     0 OBJECT  GLOBAL DEFAULT  ABS CNENINV
   286: bf883344     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CPTRCLR
   287: bf8831e8     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CONSET
   288: bf883174     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSIZCLR
   289: bf883088     0 OBJECT  GLOBAL DEFAULT  ABS DCH0INTSET
   290: bf886094     0 OBJECT  GLOBAL DEFAULT  ABS PORTCCLR
   291: bf8830a8     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSASET
   292: bf800210     0 OBJECT  GLOBAL DEFAULT  ABS RTCALRM
   293: bf809048     0 OBJECT  GLOBAL DEFAULT  ABS AD1CHSSET
   294: bf800804     0 OBJECT  GLOBAL DEFAULT  ABS T2CONCLR
   295: bf8860f0     0 OBJECT  GLOBAL DEFAULT  ABS ODCD
   296: bf80624c     0 OBJECT  GLOBAL DEFAULT  ABS U2BRGINV
   297: bf8860ac     0 OBJECT  GLOBAL DEFAULT  ABS LATCINV
   298: bf80240c     0 OBJECT  GLOBAL DEFAULT  ABS IC3CONINV
   299: bf80382c     0 OBJECT  GLOBAL DEFAULT  ABS OC5RSINV
   300: a000012c     4 OBJECT  GLOBAL DEFAULT   79 errno
   301: bf88320c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2INTINV
   302: bf88114c     0 OBJECT  GLOBAL DEFAULT  ABS IPC11INV
   303: bf882014     0 OBJECT  GLOBAL DEFAULT  ABS BMXDKPBACLR
   304: bf88316c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSAINV
   305: bf883158     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSASET
   306: bf882060     0 OBJECT  GLOBAL DEFAULT  ABS BMXPFMSZ
   307: bf803618     0 OBJECT  GLOBAL DEFAULT  ABS OC4RSET
   308: bf88616c     0 OBJECT  GLOBAL DEFAULT  ABS LATFINV
   309: bf8832dc     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSAINV
   310: a0008120     0 NOTYPE  GLOBAL DEFAULT  ABS _gp
   311: bf80f400     0 OBJECT  GLOBAL DEFAULT  ABS NVMCON
   312: bf800c10     0 OBJECT  GLOBAL DEFAULT  ABS TMR4
   313: bf80604c     0 OBJECT  GLOBAL DEFAULT  ABS U1BRGINV
   314: bf80700c     0 OBJECT  GLOBAL DEFAULT  ABS PMCONINV
   315: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1ADDR
   316: bf805a04     0 OBJECT  GLOBAL DEFAULT  ABS SPI2CONCLR
   317: bf881068     0 OBJECT  GLOBAL DEFAULT  ABS IEC0SET
   318: bf883034     0 OBJECT  GLOBAL DEFAULT  ABS DCRCCONCLR
   319: 9d000aa8     8 FUNC    WEAK   DEFAULT   71 pthread_sigrestore_np
   320: bf803810     0 OBJECT  GLOBAL DEFAULT  ABS OC5R
   321: bf883040     0 OBJECT  GLOBAL DEFAULT  ABS DCRCDATA
   322: bf88300c     0 OBJECT  GLOBAL DEFAULT  ABS DMACONINV
   323: bf8861b8     0 OBJECT  GLOBAL DEFAULT  ABS ODCGSET
   324: 00000400     0 NOTYPE  GLOBAL DEFAULT  ABS _min_stack_size
   325: bf80023c     0 OBJECT  GLOBAL DEFAULT  ABS RTCDATEINV
   326: bf881074     0 OBJECT  GLOBAL DEFAULT  ABS IEC1CLR
   327: bf803410     0 OBJECT  GLOBAL DEFAULT  ABS OC3R
   328: bf883250     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SPTR
   329: bf8861ec     0 OBJECT  GLOBAL DEFAULT  ABS CNPUEINV
   330: bf882034     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUPBACLR
   331: bf8830ac     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSAINV
   332: bf8830e8     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DPTRSET
   333: bf80f010     0 OBJECT  GLOBAL DEFAULT  ABS OSCTUN
   334: 9d000ab8     8 FUNC    WEAK   DEFAULT   71 _pthread_cleanup_pop
   335: bf881178     0 OBJECT  GLOBAL DEFAULT  ABS IPC14SET
   336: bf8860e0     0 OBJECT  GLOBAL DEFAULT  ABS LATD
   337: bf8832d0     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSA
   338: bf886140     0 OBJECT  GLOBAL DEFAULT  ABS TRISF
   339: bf80302c     0 OBJECT  GLOBAL DEFAULT  ABS OC1RSINV
   340: 9d000a60     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutex_trylo
   341: bf883264     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DPTRCLR
   342: bf883148     0 OBJECT  GLOBAL DEFAULT  ABS DCH1INTSET
   343: bf80f00c     0 OBJECT  GLOBAL DEFAULT  ABS OSCCONINV
   344: bf806008     0 OBJECT  GLOBAL DEFAULT  ABS U1MODESET
   345: bf881124     0 OBJECT  GLOBAL DEFAULT  ABS IPC9CLR
   346: bf800c1c     0 OBJECT  GLOBAL DEFAULT  ABS TMR4INV
   347: bf88329c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DATINV
   348: bf883000     0 OBJECT  GLOBAL DEFAULT  ABS DMACON
   349: bf803204     0 OBJECT  GLOBAL DEFAULT  ABS OC2CONCLR
   350: bf881044     0 OBJECT  GLOBAL DEFAULT  ABS IFS1CLR
   351: bf8832c8     0 OBJECT  GLOBAL DEFAULT  ABS DCH3INTSET
   352: bf8830a4     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSACLR
   353: bf881050     0 OBJECT  GLOBAL DEFAULT  ABS IFS2
   354: bf883244     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSIZCLR
   355: bf883004     0 OBJECT  GLOBAL DEFAULT  ABS DMACONCLR
   356: bf80f004     0 OBJECT  GLOBAL DEFAULT  ABS OSCCONCLR
   357: bf802800     0 OBJECT  GLOBAL DEFAULT  ABS IC5CON
   358: bf80601c     0 OBJECT  GLOBAL DEFAULT  ABS U1STAINV
   359: bf881110     0 OBJECT  GLOBAL DEFAULT  ABS IPC8
   360: 9d003448   172 FUNC    GLOBAL DEFAULT   71 __floatsidf
   361: bf80a004     0 OBJECT  GLOBAL DEFAULT  ABS CM1CONCLR
   362: 9d000a80     8 FUNC    WEAK   DEFAULT   71 pthread_mutexattr_destroy
   363: bf809008     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON1SET
   364: bf809018     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON2SET
   365: 9d003620   100 FUNC    GLOBAL DEFAULT   71 __ltdf2
   366: bf803610     0 OBJECT  GLOBAL DEFAULT  ABS OC4R
   367: bf88309c     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSAINV
   368: bf886054     0 OBJECT  GLOBAL DEFAULT  ABS PORTBCLR
   369: bf800a04     0 OBJECT  GLOBAL DEFAULT  ABS T3CONCLR
   370: bf800c08     0 OBJECT  GLOBAL DEFAULT  ABS T4CONSET
   371: bf8832e8     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSASET
   372: bf883270     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CSIZ
   373: bf803208     0 OBJECT  GLOBAL DEFAULT  ABS OC2CONSET
   374: bf803024     0 OBJECT  GLOBAL DEFAULT  ABS OC1RSCLR
   375: bf883308     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSIZSET
   376: bf8830a0     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSA
   377: bf881114     0 OBJECT  GLOBAL DEFAULT  ABS IPC8CLR
   378: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP2
   379: bf883164     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSACLR
   380: bf805818     0 OBJECT  GLOBAL DEFAULT  ABS SPI1STATSET
   381: bf80380c     0 OBJECT  GLOBAL DEFAULT  ABS OC5CONINV
   382: bf883194     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SPTRCLR
   383: bf883314     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SPTRCLR
   384: bf8860ec     0 OBJECT  GLOBAL DEFAULT  ABS LATDINV
   385: 9d000b04     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_setspecific
   386: bf881030     0 OBJECT  GLOBAL DEFAULT  ABS IFS0
   387: bf8832b0     0 OBJECT  GLOBAL DEFAULT  ABS DCH3ECON
   388: bf883358     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DATSET
   389: bf88315c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSAINV
   390: bf883010     0 OBJECT  GLOBAL DEFAULT  ABS DMASTAT
   391: bf884028     0 OBJECT  GLOBAL DEFAULT  ABS CHETAGSET
   392: bf8861d4     0 OBJECT  GLOBAL DEFAULT  ABS CNENCLR
   393: bf886080     0 OBJECT  GLOBAL DEFAULT  ABS TRISC
   394: bf803028     0 OBJECT  GLOBAL DEFAULT  ABS OC1RSSET
   395: bf883084     0 OBJECT  GLOBAL DEFAULT  ABS DCH0INTCLR
   396: 9d000264   296 FUNC    GLOBAL DEFAULT   71 show_bins
   397: bf800608     0 OBJECT  GLOBAL DEFAULT  ABS T1CONSET
   398: bf883260     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DPTR
   399: bf883178     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSIZSET
   400: bf881184     0 OBJECT  GLOBAL DEFAULT  ABS IPC15CLR
   401: 9d000b54     8 FUNC    WEAK   DEFAULT   71 _mon_getc
   402: bf881034     0 OBJECT  GLOBAL DEFAULT  ABS IFS0CLR
   403: bf80f608     0 OBJECT  GLOBAL DEFAULT  ABS RCONSET
   404: bf8090e0     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF7
   405: bf80301c     0 OBJECT  GLOBAL DEFAULT  ABS OC1RINV
   406: bf88612c     0 OBJECT  GLOBAL DEFAULT  ABS LATEINV
   407: bf886114     0 OBJECT  GLOBAL DEFAULT  ABS PORTECLR
   408: bf809150     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUFE
   409: bf881120     0 OBJECT  GLOBAL DEFAULT  ABS IPC9
   410: bf886188     0 OBJECT  GLOBAL DEFAULT  ABS TRISGSET
   411: bf8860f8     0 OBJECT  GLOBAL DEFAULT  ABS ODCDSET
   412: bf8810f8     0 OBJECT  GLOBAL DEFAULT  ABS IPC6SET
   413: bf803218     0 OBJECT  GLOBAL DEFAULT  ABS OC2RSET
   414: bf802200     0 OBJECT  GLOBAL DEFAULT  ABS IC2CON
   415: bf800214     0 OBJECT  GLOBAL DEFAULT  ABS RTCALRMCLR
   416: bf800000     0 OBJECT  GLOBAL DEFAULT  ABS WDTCON
   417: bf886008     0 OBJECT  GLOBAL DEFAULT  ABS TRISASET
   418: bf881180     0 OBJECT  GLOBAL DEFAULT  ABS IPC15
   419: bf803018     0 OBJECT  GLOBAL DEFAULT  ABS OC1RSET
   420: bf881108     0 OBJECT  GLOBAL DEFAULT  ABS IPC7SET
   421: 9d000ad0    44 FUNC    GLOBAL DEFAULT   71 _weak_pthread_once
   422: bf80f200     0 OBJECT  GLOBAL DEFAULT  ABS DDPCON
   423: bf802004     0 OBJECT  GLOBAL DEFAULT  ABS IC1CONCLR
   424: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1PWRC
   425: bf8830e0     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DPTR
   426: bf8830c8     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSIZSET
   427: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP12
   428: bf883198     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SPTRSET
   429: bf800254     0 OBJECT  GLOBAL DEFAULT  ABS ALRMDATECLR
   430: 9d000ab8     8 FUNC    GLOBAL DEFAULT   71 _weak__pthread_cleanup_po
   431: bf88618c     0 OBJECT  GLOBAL DEFAULT  ABS TRISGINV
   432: bf805a0c     0 OBJECT  GLOBAL DEFAULT  ABS SPI2CONINV
   433: bf886090     0 OBJECT  GLOBAL DEFAULT  ABS PORTC
   434: bf883134     0 OBJECT  GLOBAL DEFAULT  ABS DCH1ECONCLR
   435: bf809804     0 OBJECT  GLOBAL DEFAULT  ABS CVRCONCLR
   436: bf883278     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CSIZSET
   437: bf800c20     0 OBJECT  GLOBAL DEFAULT  ABS PR4
   438: bf8831b4     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CSIZCLR
   439: bf884018     0 OBJECT  GLOBAL DEFAULT  ABS CHEACCSET
   440: 9d000b24     8 FUNC    WEAK   DEFAULT   71 _bootstrap_exception_hand
   441: bf88117c     0 OBJECT  GLOBAL DEFAULT  ABS IPC14INV
   442: 9d000930   132 FUNC    GLOBAL DEFAULT   71 _fwrite_simple
   443: 9d000ac8     8 FUNC    WEAK   DEFAULT   71 _pthread_cleanup_pop_rest
   444: bf800820     0 OBJECT  GLOBAL DEFAULT  ABS PR23
   445: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1CON
   446: bf805014     0 OBJECT  GLOBAL DEFAULT  ABS I2C1STATCLR
   447: bf80524c     0 OBJECT  GLOBAL DEFAULT  ABS I2C2BRGINV
   448: bf806020     0 OBJECT  GLOBAL DEFAULT  ABS U1TXREG
   449: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP5
   450: bf8810ac     0 OBJECT  GLOBAL DEFAULT  ABS IPC1INV
   451: bf80523c     0 OBJECT  GLOBAL DEFAULT  ABS I2C2MSKINV
   452: bf805224     0 OBJECT  GLOBAL DEFAULT  ABS I2C2ADDCLR
   453: 9d000aa0     8 FUNC    WEAK   DEFAULT   71 pthread_sigdisable_np
   454: 9d000a98     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_sysconf_np
   455: bf8860fc     0 OBJECT  GLOBAL DEFAULT  ABS ODCDINV
   456: bf8831f8     0 OBJECT  GLOBAL DEFAULT  ABS DCH2ECONSET
   457: bf886108     0 OBJECT  GLOBAL DEFAULT  ABS TRISESET
   458: bf886030     0 OBJECT  GLOBAL DEFAULT  ABS ODCA
   459: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND IPC10INV
   460: bf80f60c     0 OBJECT  GLOBAL DEFAULT  ABS RCONINV
   461: bf800824     0 OBJECT  GLOBAL DEFAULT  ABS PR2CLR
   462: bf88104c     0 OBJECT  GLOBAL DEFAULT  ABS IFS1INV
   463: bf882008     0 OBJECT  GLOBAL DEFAULT  ABS BMXCONSET
   464: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1BDTP1
   465: bf8810c8     0 OBJECT  GLOBAL DEFAULT  ABS IPC3SET
   466: bf886144     0 OBJECT  GLOBAL DEFAULT  ABS TRISFCLR
   467: bf8861e8     0 OBJECT  GLOBAL DEFAULT  ABS CNPUESET
   468: bf88615c     0 OBJECT  GLOBAL DEFAULT  ABS PORTFINV
   469: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP15
   470: bf886148     0 OBJECT  GLOBAL DEFAULT  ABS TRISFSET
   471: bf806230     0 OBJECT  GLOBAL DEFAULT  ABS U2RXREG
   472: 9d000a48     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutex_init
   473: 9d002e70  1272 FUNC    GLOBAL DEFAULT   71 __adddf3
   474: 9d000b2c     8 FUNC    WEAK   DEFAULT   71 _on_reset
   475: bf8810c4     0 OBJECT  GLOBAL DEFAULT  ABS IPC3CLR
   476: a0000030    32 OBJECT  GLOBAL DEFAULT   77 __exfun_mx
   477: bf884000     0 OBJECT  GLOBAL DEFAULT  ABS CHECON
   478: bf805250     0 OBJECT  GLOBAL DEFAULT  ABS I2C2TRN
   479: bf805800     0 OBJECT  GLOBAL DEFAULT  ABS SPI1CON
   480: bf806004     0 OBJECT  GLOBAL DEFAULT  ABS U1MODECLR
   481: bf803020     0 OBJECT  GLOBAL DEFAULT  ABS OC1RS
   482: bf884070     0 OBJECT  GLOBAL DEFAULT  ABS CHEW3
   483: bf805050     0 OBJECT  GLOBAL DEFAULT  ABS I2C1TRN
   484: 9d003ddc  1164 FUNC    GLOBAL DEFAULT   71 __umoddi3
   485: bf883290     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DAT
   486: 9d000a78     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutexattr_i
   487: bf800e08     0 OBJECT  GLOBAL DEFAULT  ABS T5CONSET
   488: bf881000     0 OBJECT  GLOBAL DEFAULT  ABS INTCON
   489: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1BDTP2
   490: bf883144     0 OBJECT  GLOBAL DEFAULT  ABS DCH1INTCLR
   491: bf800a18     0 OBJECT  GLOBAL DEFAULT  ABS TMR3SET
   492: bf882000     0 OBJECT  GLOBAL DEFAULT  ABS BMXCON
   493: bf884034     0 OBJECT  GLOBAL DEFAULT  ABS CHEMSKCLR
   494: 9d000634     0 FUNC    GLOBAL DEFAULT   71 _general_exception_contex
   495: bf88332c     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DPTRINV
   496: bf80702c     0 OBJECT  GLOBAL DEFAULT  ABS PMADDRINV
   497: bf881174     0 OBJECT  GLOBAL DEFAULT  ABS IPC14CLR
   498: bf802000     0 OBJECT  GLOBAL DEFAULT  ABS IC1CON
   499: bf80703c     0 OBJECT  GLOBAL DEFAULT  ABS PMDOUTINV
   500: bf883078     0 OBJECT  GLOBAL DEFAULT  ABS DCH0ECONSET
   501: bf803820     0 OBJECT  GLOBAL DEFAULT  ABS OC5RS
   502: bf881048     0 OBJECT  GLOBAL DEFAULT  ABS IFS1SET
   503: bf883074     0 OBJECT  GLOBAL DEFAULT  ABS DCH0ECONCLR
   504: 9d003960  1148 FUNC    GLOBAL DEFAULT   71 __udivdi3
   505: 9d0005b4    44 FUNC    GLOBAL DEFAULT   71 db_gets
   506: bf8830b0     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSIZ
   507: bf80f20c     0 OBJECT  GLOBAL DEFAULT  ABS DDPCONINV
   508: bf8810f0     0 OBJECT  GLOBAL DEFAULT  ABS IPC6
   509: bf883234     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSIZCLR
   510: bf8861a4     0 OBJECT  GLOBAL DEFAULT  ABS LATGCLR
   511: bf881098     0 OBJECT  GLOBAL DEFAULT  ABS IPC0SET
   512: bf805238     0 OBJECT  GLOBAL DEFAULT  ABS I2C2MSKSET
   513: bf8810fc     0 OBJECT  GLOBAL DEFAULT  ABS IPC6INV
   514: bf883328     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DPTRSET
   515: bf805a18     0 OBJECT  GLOBAL DEFAULT  ABS SPI2STATSET
   516: 9d000b3c    24 FUNC    WEAK   DEFAULT   71 _nmi_handler
   517: bf805030     0 OBJECT  GLOBAL DEFAULT  ABS I2C1MSK
   518: bf8831c0     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CPTR
   519: bf886198     0 OBJECT  GLOBAL DEFAULT  ABS PORTGSET
   520: bf803008     0 OBJECT  GLOBAL DEFAULT  ABS OC1CONSET
   521: bf883338     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CSIZSET
   522: bf88304c     0 OBJECT  GLOBAL DEFAULT  ABS DCRCDATAINV
   523: bf883320     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DPTR
   524: bf886168     0 OBJECT  GLOBAL DEFAULT  ABS LATFSET
   525: bf807050     0 OBJECT  GLOBAL DEFAULT  ABS PMAEN
   526: bf809058     0 OBJECT  GLOBAL DEFAULT  ABS AD1CSSLSET
   527: bf8810e4     0 OBJECT  GLOBAL DEFAULT  ABS IPC5CLR
   528: bf809040     0 OBJECT  GLOBAL DEFAULT  ABS AD1CHS
   529: bf883324     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DPTRCLR
   530: bf883200     0 OBJECT  GLOBAL DEFAULT  ABS DCH2INT
   531: bf881070     0 OBJECT  GLOBAL DEFAULT  ABS IEC1
   532: bf800234     0 OBJECT  GLOBAL DEFAULT  ABS RTCDATECLR
   533: bf88200c     0 OBJECT  GLOBAL DEFAULT  ABS BMXCONINV
   534: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1CNFG1
   535: bf80340c     0 OBJECT  GLOBAL DEFAULT  ABS OC3CONINV
   536: bf883058     0 OBJECT  GLOBAL DEFAULT  ABS DCRCXORSET
   537: a0000130     0 NOTYPE  GLOBAL DEFAULT   79 _sbss_end
   538: bf8861b0     0 OBJECT  GLOBAL DEFAULT  ABS ODCG
   539: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1TOK
   540: bf805058     0 OBJECT  GLOBAL DEFAULT  ABS I2C1TRNSET
   541: 9d000a50     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutex_destr
   542: bf882040     0 OBJECT  GLOBAL DEFAULT  ABS BMXDRMSZ
   543: bf805a38     0 OBJECT  GLOBAL DEFAULT  ABS SPI2BRGSET
   544: a00002fc     0 NOTYPE  GLOBAL DEFAULT  ABS _bss_end
   545: bf886098     0 OBJECT  GLOBAL DEFAULT  ABS PORTCSET
   546: bf88327c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CSIZINV
   547: bf807024     0 OBJECT  GLOBAL DEFAULT  ABS PMADDRCLR
   548: bf886044     0 OBJECT  GLOBAL DEFAULT  ABS TRISBCLR
   549: bf800610     0 OBJECT  GLOBAL DEFAULT  ABS TMR1
   550: bf883170     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSIZ
   551: bf88111c     0 OBJECT  GLOBAL DEFAULT  ABS IPC8INV
   552: a000012c     0 NOTYPE  GLOBAL DEFAULT   78 _sdata_end
   553: bf806248     0 OBJECT  GLOBAL DEFAULT  ABS U2BRGSET
   554: bf884040     0 OBJECT  GLOBAL DEFAULT  ABS CHEW0
   555: bf883304     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSIZCLR
   556: bf8861b4     0 OBJECT  GLOBAL DEFAULT  ABS ODCGCLR
   557: bf80f61c     0 OBJECT  GLOBAL DEFAULT  ABS RSWRSTINV
   558: bf809800     0 OBJECT  GLOBAL DEFAULT  ABS CVRCON
   559: bf800a08     0 OBJECT  GLOBAL DEFAULT  ABS T3CONSET
   560: bf8860a8     0 OBJECT  GLOBAL DEFAULT  ABS LATCSET
   561: bf881054     0 OBJECT  GLOBAL DEFAULT  ABS IFS2CLR
   562: bf807008     0 OBJECT  GLOBAL DEFAULT  ABS PMCONSET
   563: bf88607c     0 OBJECT  GLOBAL DEFAULT  ABS ODCBINV
   564: bf800624     0 OBJECT  GLOBAL DEFAULT  ABS PR1CLR
   565: 00000000     0 NOTYPE  GLOBAL DEFAULT  ABS _ramfunc_length
   566: bf800800     0 OBJECT  GLOBAL DEFAULT  ABS T2CON
   567: bf886180     0 OBJECT  GLOBAL DEFAULT  ABS TRISG
   568: bf807004     0 OBJECT  GLOBAL DEFAULT  ABS PMCONCLR
   569: bf8860dc     0 OBJECT  GLOBAL DEFAULT  ABS PORTDINV
   570: 9d003378   208 FUNC    GLOBAL DEFAULT   71 __fixdfsi
   571: bf800604     0 OBJECT  GLOBAL DEFAULT  ABS T1CONCLR
   572: bf8832b4     0 OBJECT  GLOBAL DEFAULT  ABS DCH3ECONCLR
   573: bf80522c     0 OBJECT  GLOBAL DEFAULT  ABS I2C2ADDINV
   574: bf809070     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF0
   575: bf886078     0 OBJECT  GLOBAL DEFAULT  ABS ODCBSET
   576: bf884010     0 OBJECT  GLOBAL DEFAULT  ABS CHEACC
   577: bf805a08     0 OBJECT  GLOBAL DEFAULT  ABS SPI2CONSET
   578: bf80220c     0 OBJECT  GLOBAL DEFAULT  ABS IC2CONINV
   579: bf809100     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF9
   580: bf80501c     0 OBJECT  GLOBAL DEFAULT  ABS I2C1STATINV
   581: 00000001     0 NOTYPE  GLOBAL DEFAULT  ABS _vector_spacing
   582: bf881038     0 OBJECT  GLOBAL DEFAULT  ABS IFS0SET
   583: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1IE
   584: bf802010     0 OBJECT  GLOBAL DEFAULT  ABS IC1BUF
   585: bf80342c     0 OBJECT  GLOBAL DEFAULT  ABS OC3RSINV
   586: bf88203c     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUPBAINV
   587: bf807014     0 OBJECT  GLOBAL DEFAULT  ABS PMMODECLR
   588: bf88318c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSIZINV
   589: bf800818     0 OBJECT  GLOBAL DEFAULT  ABS TMR2SET
   590: bf8832a0     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CON
   591: bf881094     0 OBJECT  GLOBAL DEFAULT  ABS IPC0CLR
   592: 9d0009e8    36 FUNC    GLOBAL DEFAULT   71 fprintf
   593: bf8861cc     0 OBJECT  GLOBAL DEFAULT  ABS CNCONINV
   594: bf8810f4     0 OBJECT  GLOBAL DEFAULT  ABS IPC6CLR
   595: 9d000a80     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutexattr_d
   596: bf88102c     0 OBJECT  GLOBAL DEFAULT  ABS IPTMRINV
   597: 9d074588     0 NOTYPE  GLOBAL DEFAULT  ABS _data_image_begin
   598: bf886060     0 OBJECT  GLOBAL DEFAULT  ABS LATB
   599: bf807060     0 OBJECT  GLOBAL DEFAULT  ABS PMSTAT
   600: bf88310c     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CPTRINV
   601: bf88308c     0 OBJECT  GLOBAL DEFAULT  ABS DCH0INTINV
   602: bf805838     0 OBJECT  GLOBAL DEFAULT  ABS SPI1BRGSET
   603: bf883354     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DATCLR
   604: bf886184     0 OBJECT  GLOBAL DEFAULT  ABS TRISGCLR
   605: bf80a01c     0 OBJECT  GLOBAL DEFAULT  ABS CM2CONINV
   606: bf805820     0 OBJECT  GLOBAL DEFAULT  ABS SPI1BUF
   607: bf800e1c     0 OBJECT  GLOBAL DEFAULT  ABS TMR5INV
   608: bf881010     0 OBJECT  GLOBAL DEFAULT  ABS INTSTAT
   609: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP14
   610: bf886178     0 OBJECT  GLOBAL DEFAULT  ABS ODCFSET
   611: 9d000b34     8 FUNC    WEAK   DEFAULT   71 _on_bootstrap
   612: bf886048     0 OBJECT  GLOBAL DEFAULT  ABS TRISBSET
   613: 9d0023ac    48 FUNC    GLOBAL DEFAULT   71 vprintf
   614: bf805810     0 OBJECT  GLOBAL DEFAULT  ABS SPI1STAT
   615: bf803200     0 OBJECT  GLOBAL DEFAULT  ABS OC2CON
   616: bf886068     0 OBJECT  GLOBAL DEFAULT  ABS LATBSET
   617: bf883318     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SPTRSET
   618: 9d0004bc   204 FUNC    GLOBAL DEFAULT   71 cum_sum
   619: 9d000ad0    44 FUNC    WEAK   DEFAULT   71 pthread_once
   620: 9fc01180     0 NOTYPE  GLOBAL DEFAULT  ABS _GEN_EXCPT_ADDR
   621: bf8830c0     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSIZ
   622: bf883050     0 OBJECT  GLOBAL DEFAULT  ABS DCRCXOR
   623: bf80000c     0 OBJECT  GLOBAL DEFAULT  ABS WDTCONINV
   624: bf8832a4     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CONCLR
   625: bf800c0c     0 OBJECT  GLOBAL DEFAULT  ABS T4CONINV
   626: bf886004     0 OBJECT  GLOBAL DEFAULT  ABS TRISACLR
   627: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1BDTP3
   628: bf8832bc     0 OBJECT  GLOBAL DEFAULT  ABS DCH3ECONINV
   629: 9d0024c8    28 FUNC    GLOBAL DEFAULT   71 modf
   630: bf883188     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSIZSET
   631: bf8831bc     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CSIZINV
   632: bf803414     0 OBJECT  GLOBAL DEFAULT  ABS OC3RCLR
   633: bf8832a8     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CONSET
   634: bf883114     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DATCLR
   635: bf883218     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSASET
   636: bf88331c     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SPTRINV
   637: bf8831d4     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DATCLR
   638: bf80f008     0 OBJECT  GLOBAL DEFAULT  ABS OSCCONSET
   639: bf806000     0 OBJECT  GLOBAL DEFAULT  ABS U1MODE
   640: bf809010     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON2
   641: bf886028     0 OBJECT  GLOBAL DEFAULT  ABS LATASET
   642: bf80f420     0 OBJECT  GLOBAL DEFAULT  ABS NVMADDR
   643: bf806040     0 OBJECT  GLOBAL DEFAULT  ABS U1BRG
   644: bf805210     0 OBJECT  GLOBAL DEFAULT  ABS I2C2STAT
   645: bf884080     0 OBJECT  GLOBAL DEFAULT  ABS CHELRU
   646: bf80f01c     0 OBJECT  GLOBAL DEFAULT  ABS OSCTUNINV
   647: bf881088     0 OBJECT  GLOBAL DEFAULT  ABS IEC2SET
   648: 9d003684   568 FUNC    GLOBAL DEFAULT   71 __modf
   649: bf886170     0 OBJECT  GLOBAL DEFAULT  ABS ODCF
   650: 9d000b14     8 FUNC    WEAK   DEFAULT   71 _libc_private_storage
   651: bf883310     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SPTR
   652: bf80a00c     0 OBJECT  GLOBAL DEFAULT  ABS CM1CONINV
   653: bf80704c     0 OBJECT  GLOBAL DEFAULT  ABS PMDININV
   654: bf8810c0     0 OBJECT  GLOBAL DEFAULT  ABS IPC3
   655: 9d000588    44 FUNC    GLOBAL DEFAULT   71 db_puts
   656: bf805830     0 OBJECT  GLOBAL DEFAULT  ABS SPI1BRG
   657: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1FRML
   658: bf80f430     0 OBJECT  GLOBAL DEFAULT  ABS NVMDATA
   659: bf807000     0 OBJECT  GLOBAL DEFAULT  ABS PMCON
   660: bf88606c     0 OBJECT  GLOBAL DEFAULT  ABS LATBINV
   661: bf80900c     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON1INV
   662: bf800618     0 OBJECT  GLOBAL DEFAULT  ABS TMR1SET
   663: a0000800     0 NOTYPE  GLOBAL DEFAULT   83 _ramfunc_end
   664: 9d074390    20 OBJECT  WEAK   DEFAULT   72 _io_funcs
   665: bf886000     0 OBJECT  GLOBAL DEFAULT  ABS TRISA
   666: bf88324c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSIZINV
   667: 9d000afc     8 FUNC    WEAK   DEFAULT   71 pthread_key_create
   668: bf803420     0 OBJECT  GLOBAL DEFAULT  ABS OC3RS
   669: bf80621c     0 OBJECT  GLOBAL DEFAULT  ABS U2STAINV
   670: 9d000ac0     8 FUNC    GLOBAL DEFAULT   71 _weak__pthread_cleanup_pu
   671: bf883008     0 OBJECT  GLOBAL DEFAULT  ABS DMACONSET
   672: bf883060     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CON
   673: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP9
   674: bf8830d8     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SPTRSET
   675: bf8832d8     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSASET
   676: bf8831fc     0 OBJECT  GLOBAL DEFAULT  ABS DCH2ECONINV
   677: bf803404     0 OBJECT  GLOBAL DEFAULT  ABS OC3CONCLR
   678: bf88614c     0 OBJECT  GLOBAL DEFAULT  ABS TRISFINV
   679: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND IPC10
   680: bf8860f4     0 OBJECT  GLOBAL DEFAULT  ABS ODCDCLR
   681: bf886104     0 OBJECT  GLOBAL DEFAULT  ABS TRISECLR
   682: bf883340     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CPTR
   683: bf806244     0 OBJECT  GLOBAL DEFAULT  ABS U2BRGCLR
   684: 00008000     0 NOTYPE  GLOBAL DEFAULT  ABS _bmxdupba_address
   685: bf805004     0 OBJECT  GLOBAL DEFAULT  ABS I2C1CONCLR
   686: bf806214     0 OBJECT  GLOBAL DEFAULT  ABS U2STACLR
   687: bf800c24     0 OBJECT  GLOBAL DEFAULT  ABS PR4CLR
   688: bf80f618     0 OBJECT  GLOBAL DEFAULT  ABS RSWRSTSET
   689: bf809060     0 OBJECT  GLOBAL DEFAULT  ABS AD1PCFG
   690: bf807034     0 OBJECT  GLOBAL DEFAULT  ABS PMDOUTCLR
   691: bf883190     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SPTR
   692: bf8861a0     0 OBJECT  GLOBAL DEFAULT  ABS LATG
   693: bf881150     0 OBJECT  GLOBAL DEFAULT  ABS IPC12
   694: bf881078     0 OBJECT  GLOBAL DEFAULT  ABS IEC1SET
   695: 9d0038bc   164 FUNC    GLOBAL DEFAULT   71 __orderdf2
   696: bf8831a8     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DPTRSET
   697: bf8832ec     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSAINV
   698: bf8810a8     0 OBJECT  GLOBAL DEFAULT  ABS IPC1SET
   699: bf8861e4     0 OBJECT  GLOBAL DEFAULT  ABS CNPUECLR
   700: bf8810b8     0 OBJECT  GLOBAL DEFAULT  ABS IPC2SET
   701: bf88313c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1ECONINV
   702: bf8860a0     0 OBJECT  GLOBAL DEFAULT  ABS LATC
   703: bf800a1c     0 OBJECT  GLOBAL DEFAULT  ABS TMR3INV
   704: 9d000afc     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_key_create
   705: bf8860cc     0 OBJECT  GLOBAL DEFAULT  ABS TRISDINV
   706: bf8830c4     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSIZCLR
   707: bf800e2c     0 OBJECT  GLOBAL DEFAULT  ABS PR5INV
   708: bf886038     0 OBJECT  GLOBAL DEFAULT  ABS ODCASET
   709: bf805234     0 OBJECT  GLOBAL DEFAULT  ABS I2C2MSKCLR
   710: bf8860c4     0 OBJECT  GLOBAL DEFAULT  ABS TRISDCLR
   711: bf8810d8     0 OBJECT  GLOBAL DEFAULT  ABS IPC4SET
   712: bf883274     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CSIZCLR
   713: bf80706c     0 OBJECT  GLOBAL DEFAULT  ABS PMSTATINV
   714: bf802204     0 OBJECT  GLOBAL DEFAULT  ABS IC2CONCLR
   715: bf881128     0 OBJECT  GLOBAL DEFAULT  ABS IPC9SET
   716: bf886050     0 OBJECT  GLOBAL DEFAULT  ABS PORTB
   717: bf884014     0 OBJECT  GLOBAL DEFAULT  ABS CHEACCCLR
   718: bf800e10     0 OBJECT  GLOBAL DEFAULT  ABS TMR5
   719: bf800c04     0 OBJECT  GLOBAL DEFAULT  ABS T4CONCLR
   720: a0000800     0 NOTYPE  GLOBAL DEFAULT   83 _ramfunc_begin
   721: bf8832f0     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSIZ
   722: bf807048     0 OBJECT  GLOBAL DEFAULT  ABS PMDINSET
   723: bf884030     0 OBJECT  GLOBAL DEFAULT  ABS CHEMSK
   724: bf805a3c     0 OBJECT  GLOBAL DEFAULT  ABS SPI2BRGINV
   725: bf88202c     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUDBAINV
   726: bf80080c     0 OBJECT  GLOBAL DEFAULT  ABS T2CONINV
   727: 9d000a88     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutexattr_s
   728: bf805240     0 OBJECT  GLOBAL DEFAULT  ABS I2C2BRG
   729: bf8810dc     0 OBJECT  GLOBAL DEFAULT  ABS IPC4INV
   730: bf883138     0 OBJECT  GLOBAL DEFAULT  ABS DCH1ECONSET
   731: bf883118     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DATSET
   732: bf883220     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSA
   733: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP1
   734: a0000010    32 OBJECT  GLOBAL DEFAULT   77 v
   735: 9d000a90     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutexattr_s
   736: bf80581c     0 OBJECT  GLOBAL DEFAULT  ABS SPI1STATINV
   737: bf884050     0 OBJECT  GLOBAL DEFAULT  ABS CHEW1
   738: bf800c20     0 OBJECT  GLOBAL DEFAULT  ABS PR45
   739: bf80f440     0 OBJECT  GLOBAL DEFAULT  ABS NVMSRCADDR
   740: bf882038     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUPBASET
   741: bf883238     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSIZSET
   742: bf88302c     0 OBJECT  GLOBAL DEFAULT  ABS DMAADDRINV
   743: bf800820     0 OBJECT  GLOBAL DEFAULT  ABS PR2
   744: bf807020     0 OBJECT  GLOBAL DEFAULT  ABS PMADDR
   745: bf8840a0     0 OBJECT  GLOBAL DEFAULT  ABS CHEMIS
   746: bf883014     0 OBJECT  GLOBAL DEFAULT  ABS DMASTATCLR
   747: bf886100     0 OBJECT  GLOBAL DEFAULT  ABS TRISE
   748: bf883124     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CONCLR
   749: bf88312c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CONINV
   750: bf883130     0 OBJECT  GLOBAL DEFAULT  ABS DCH1ECON
   751: bf883038     0 OBJECT  GLOBAL DEFAULT  ABS DCRCCONSET
   752: bf80502c     0 OBJECT  GLOBAL DEFAULT  ABS I2C1ADDINV
   753: bf883070     0 OBJECT  GLOBAL DEFAULT  ABS DCH0ECON
   754: bf8810b4     0 OBJECT  GLOBAL DEFAULT  ABS IPC2CLR
   755: bf882004     0 OBJECT  GLOBAL DEFAULT  ABS BMXCONCLR
   756: bf8090c0     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF5
   757: bf8090d0     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF6
   758: bf8832f4     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSIZCLR
   759: bf881084     0 OBJECT  GLOBAL DEFAULT  ABS IEC2CLR
   760: bf8830d4     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SPTRCLR
   761: bf881100     0 OBJECT  GLOBAL DEFAULT  ABS IPC7
   762: bf800a00     0 OBJECT  GLOBAL DEFAULT  ABS T3CON
   763: bf805060     0 OBJECT  GLOBAL DEFAULT  ABS I2C1RCV
   764: bf80600c     0 OBJECT  GLOBAL DEFAULT  ABS U1MODEINV
   765: bf883280     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CPTR
   766: 9d000b0c     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_getspecific
   767: a000012c     0 NOTYPE  GLOBAL DEFAULT  ABS _data_end
   768: bf882024     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUDBACLR
   769: bf8810ec     0 OBJECT  GLOBAL DEFAULT  ABS IPC5INV
   770: bf803828     0 OBJECT  GLOBAL DEFAULT  ABS OC5RSSET
   771: bf80280c     0 OBJECT  GLOBAL DEFAULT  ABS IC5CONINV
   772: bf88334c     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CPTRINV
   773: bf883100     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CPTR
   774: 9d0024e4  1220 FUNC    GLOBAL DEFAULT   71 __divdf3
   775: bf805a14     0 OBJECT  GLOBAL DEFAULT  ABS SPI2STATCLR
   776: bf805010     0 OBJECT  GLOBAL DEFAULT  ABS I2C1STAT
   777: 00000800     0 NOTYPE  GLOBAL DEFAULT  ABS _bmxdkpba_address
   778: bf88328c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CPTRINV
   779: bf886164     0 OBJECT  GLOBAL DEFAULT  ABS LATFCLR
   780: bf803600     0 OBJECT  GLOBAL DEFAULT  ABS OC4CON
   781: bf809120     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUFB
   782: 9d0029a8  1224 FUNC    GLOBAL DEFAULT   71 __muldf3
   783: bf803000     0 OBJECT  GLOBAL DEFAULT  ABS OC1CON
   784: bf803014     0 OBJECT  GLOBAL DEFAULT  ABS OC1RCLR
   785: bf8831ac     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DPTRINV
   786: bf80505c     0 OBJECT  GLOBAL DEFAULT  ABS I2C1TRNINV
   787: bf800e00     0 OBJECT  GLOBAL DEFAULT  ABS T5CON
   788: bf805040     0 OBJECT  GLOBAL DEFAULT  ABS I2C1BRG
   789: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1OTGIR
   790: bf886040     0 OBJECT  GLOBAL DEFAULT  ABS TRISB
   791: bf884024     0 OBJECT  GLOBAL DEFAULT  ABS CHETAGCLR
   792: bf88110c     0 OBJECT  GLOBAL DEFAULT  ABS IPC7INV
   793: bf883284     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CPTRCLR
   794: 9d000854   220 FUNC    GLOBAL DEFAULT   71 _flsbuf_simple
   795: bf803614     0 OBJECT  GLOBAL DEFAULT  ABS OC4RCLR
   796: bf80f604     0 OBJECT  GLOBAL DEFAULT  ABS RCONCLR
   797: bf809014     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON2CLR
   798: bf883110     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DAT
   799: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP3
   800: bf886158     0 OBJECT  GLOBAL DEFAULT  ABS PORTFSET
   801: bf809050     0 OBJECT  GLOBAL DEFAULT  ABS AD1CSSL
   802: bf80361c     0 OBJECT  GLOBAL DEFAULT  ABS OC4RINV
   803: bf8860b4     0 OBJECT  GLOBAL DEFAULT  ABS ODCCCLR
   804: bf8830b4     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSIZCLR
   805: bf8810b0     0 OBJECT  GLOBAL DEFAULT  ABS IPC2
   806: bf881058     0 OBJECT  GLOBAL DEFAULT  ABS IFS2SET
   807: bf806030     0 OBJECT  GLOBAL DEFAULT  ABS U1RXREG
   808: bf886110     0 OBJECT  GLOBAL DEFAULT  ABS PORTE
   809: 9d000ac0     8 FUNC    WEAK   DEFAULT   71 _pthread_cleanup_push_def
   810: bf883080     0 OBJECT  GLOBAL DEFAULT  ABS DCH0INT
   811: a0000238     4 OBJECT  WEAK   DEFAULT   80 __isthreaded
   812: bf88600c     0 OBJECT  GLOBAL DEFAULT  ABS TRISAINV
   813: bf800248     0 OBJECT  GLOBAL DEFAULT  ABS ALRMTIMESET
   814: bf802408     0 OBJECT  GLOBAL DEFAULT  ABS IC3CONSET
   815: bf809044     0 OBJECT  GLOBAL DEFAULT  ABS AD1CHSCLR
   816: bf800240     0 OBJECT  GLOBAL DEFAULT  ABS ALRMTIME
   817: bf805230     0 OBJECT  GLOBAL DEFAULT  ABS I2C2MSK
   818: 9d000018   496 FUNC    GLOBAL DEFAULT   71 main
   819: bf883230     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSIZ
   820: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP11
   821: bf800228     0 OBJECT  GLOBAL DEFAULT  ABS RTCTIMESET
   822: bf883064     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CONCLR
   823: bf806010     0 OBJECT  GLOBAL DEFAULT  ABS U1STA
   824: bf80521c     0 OBJECT  GLOBAL DEFAULT  ABS I2C2STATINV
   825: bf80504c     0 OBJECT  GLOBAL DEFAULT  ABS I2C1BRGINV
   826: bf886088     0 OBJECT  GLOBAL DEFAULT  ABS TRISCSET
   827: bf883028     0 OBJECT  GLOBAL DEFAULT  ABS DMAADDRSET
   828: bf80f204     0 OBJECT  GLOBAL DEFAULT  ABS DDPCONCLR
   829: bf803214     0 OBJECT  GLOBAL DEFAULT  ABS OC2RCLR
   830: bf800008     0 OBJECT  GLOBAL DEFAULT  ABS WDTCONSET
   831: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EIE
   832: bf806210     0 OBJECT  GLOBAL DEFAULT  ABS U2STA
   833: 9d0746b4     0 NOTYPE  GLOBAL DEFAULT  ABS _ramfunc_image_begin
   834: bf883294     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DATCLR
   835: bf80701c     0 OBJECT  GLOBAL DEFAULT  ABS PMMODEINV
   836: 9d000a68     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutex_unloc
   837: bf80341c     0 OBJECT  GLOBAL DEFAULT  ABS OC3RINV
   838: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1IR
   839: bf883204     0 OBJECT  GLOBAL DEFAULT  ABS DCH2INTCLR
   840: bf80f230     0 OBJECT  GLOBAL DEFAULT  ABS SYSKEY
   841: bf800828     0 OBJECT  GLOBAL DEFAULT  ABS PR2SET
   842: bf881170     0 OBJECT  GLOBAL DEFAULT  ABS IPC14
   843: bf806218     0 OBJECT  GLOBAL DEFAULT  ABS U2STASET
   844: 9d000b14     8 FUNC    GLOBAL DEFAULT   71 _weak__libc_private_stora
   845: bf883020     0 OBJECT  GLOBAL DEFAULT  ABS DMAADDR
   846: 9d000000     0 NOTYPE  GLOBAL DEFAULT   71 _text_begin
   847: bf8830d0     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SPTR
   848: bf8831c4     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CPTRCLR
   849: a0000124     4 OBJECT  GLOBAL DEFAULT   78 phrase
   850: 9d000a58     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutex_lock
   851: bf8830f4     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CSIZCLR
   852: bf886128     0 OBJECT  GLOBAL DEFAULT  ABS LATESET
   853: bf800250     0 OBJECT  GLOBAL DEFAULT  ABS ALRMDATE
   854: bf800810     0 OBJECT  GLOBAL DEFAULT  ABS TMR2
   855: bf886070     0 OBJECT  GLOBAL DEFAULT  ABS ODCB
   856: bf807030     0 OBJECT  GLOBAL DEFAULT  ABS PMDOUT
   857: bf800e04     0 OBJECT  GLOBAL DEFAULT  ABS T5CONCLR
   858: bf88605c     0 OBJECT  GLOBAL DEFAULT  ABS PORTBINV
   859: bf807028     0 OBJECT  GLOBAL DEFAULT  ABS PMADDRSET
   860: a000012c     0 NOTYPE  GLOBAL DEFAULT   79 _sbss_begin
   861: bf80200c     0 OBJECT  GLOBAL DEFAULT  ABS IC1CONINV
   862: bf809004     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON1CLR
   863: bf88402c     0 OBJECT  GLOBAL DEFAULT  ABS CHETAGINV
   864: bf883018     0 OBJECT  GLOBAL DEFAULT  ABS DMASTATSET
   865: bf881008     0 OBJECT  GLOBAL DEFAULT  ABS INTCONSET
   866: bf8861a8     0 OBJECT  GLOBAL DEFAULT  ABS LATGSET
   867: bf883300     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSIZ
   868: 9d000aa8     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_sigrestore_
   869: 9d000a88     8 FUNC    WEAK   DEFAULT   71 pthread_mutexattr_setname
   870: 9d002488    28 FUNC    GLOBAL DEFAULT   71 putc
   871: bf881060     0 OBJECT  GLOBAL DEFAULT  ABS IEC0
   872: bf807018     0 OBJECT  GLOBAL DEFAULT  ABS PMMODESET
   873: bf883140     0 OBJECT  GLOBAL DEFAULT  ABS DCH1INT
   874: bf883090     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSA
   875: bf8860bc     0 OBJECT  GLOBAL DEFAULT  ABS ODCCINV
   876: bf800258     0 OBJECT  GLOBAL DEFAULT  ABS ALRMDATESET
   877: bf88106c     0 OBJECT  GLOBAL DEFAULT  ABS IEC0INV
   878: bf807040     0 OBJECT  GLOBAL DEFAULT  ABS PMDIN
   879: bf80020c     0 OBJECT  GLOBAL DEFAULT  ABS RTCCONINV
   880: 9d000a68     8 FUNC    WEAK   DEFAULT   71 pthread_mutex_unlock
   881: bf807038     0 OBJECT  GLOBAL DEFAULT  ABS PMDOUTSET
   882: bf881140     0 OBJECT  GLOBAL DEFAULT  ABS IPC11
   883: bf802410     0 OBJECT  GLOBAL DEFAULT  ABS IC3BUF
   884: bf881148     0 OBJECT  GLOBAL DEFAULT  ABS IPC11SET
   885: bf88105c     0 OBJECT  GLOBAL DEFAULT  ABS IFS2INV
   886: bf883104     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CPTRCLR
   887: bf88604c     0 OBJECT  GLOBAL DEFAULT  ABS TRISBINV
   888: 9d000a70     8 FUNC    GLOBAL DEFAULT   71 _weak_pthread_mutex_setna
   889: bf88610c     0 OBJECT  GLOBAL DEFAULT  ABS TRISEINV
   890: 9d003558   100 FUNC    GLOBAL DEFAULT   71 __nedf2
   891: bf88330c     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DSIZINV
   892: bf88303c     0 OBJECT  GLOBAL DEFAULT  ABS DCRCCONINV
   893: bf807044     0 OBJECT  GLOBAL DEFAULT  ABS PMDINCLR
   894: bf8810e0     0 OBJECT  GLOBAL DEFAULT  ABS IPC5
   895: bf803808     0 OBJECT  GLOBAL DEFAULT  ABS OC5CONSET
   896: 00008000     0 NOTYPE  GLOBAL DEFAULT  ABS _bmxdudba_address
   897: bf884060     0 OBJECT  GLOBAL DEFAULT  ABS CHEW2
   898: bf883248     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSIZSET
   899: bf806018     0 OBJECT  GLOBAL DEFAULT  ABS U1STASET
   900: bf80f614     0 OBJECT  GLOBAL DEFAULT  ABS RSWRSTCLR
   901: bf88401c     0 OBJECT  GLOBAL DEFAULT  ABS CHEACCINV
   902: bf883120     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CON
   903: bf8861c8     0 OBJECT  GLOBAL DEFAULT  ABS CNCONSET
   904: bf881104     0 OBJECT  GLOBAL DEFAULT  ABS IPC7CLR
   905: bf805a1c     0 OBJECT  GLOBAL DEFAULT  ABS SPI2STATINV
   906: bf80503c     0 OBJECT  GLOBAL DEFAULT  ABS I2C1MSKINV
   907: bf800224     0 OBJECT  GLOBAL DEFAULT  ABS RTCTIMECLR
   908: bf882028     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUDBASET
   909: bf883224     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSACLR
   910: bfc02000     0 NOTYPE  GLOBAL DEFAULT  ABS _DBG_CODE_ADDR
   911: bf8831e0     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CON
   912: 00000000     0 NOTYPE  GLOBAL DEFAULT  ABS _min_heap_size
   913: bf8810e8     0 OBJECT  GLOBAL DEFAULT  ABS IPC5SET
   914: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP6
   915: bf883150     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSA
   916: bf809808     0 OBJECT  GLOBAL DEFAULT  ABS CVRCONSET
   917: bf8090a0     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF3
   918: bf883128     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CONSET
   919: bf809110     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUFA
   920: bf80f000     0 OBJECT  GLOBAL DEFAULT  ABS OSCCON
   921: bf8090f0     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF8
   922: bf8860c8     0 OBJECT  GLOBAL DEFAULT  ABS TRISDSET
   923: bf805008     0 OBJECT  GLOBAL DEFAULT  ABS I2C1CONSET
   924: bfc00000     0 NOTYPE  GLOBAL DEFAULT  ABS _RESET_ADDR
   925: bf807058     0 OBJECT  GLOBAL DEFAULT  ABS PMAENSET
   926: bf800244     0 OBJECT  GLOBAL DEFAULT  ABS ALRMTIMECLR
   927: bf8831d0     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DAT
   928: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EIR
   929: bf881118     0 OBJECT  GLOBAL DEFAULT  ABS IPC8SET
   930: bf886120     0 OBJECT  GLOBAL DEFAULT  ABS LATE
   931: bf8831a0     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DPTR
   932: bf805220     0 OBJECT  GLOBAL DEFAULT  ABS I2C2ADD
   933: 9d0007e8   108 FUNC    GLOBAL DEFAULT   71 _fflush_simple
   934: bf88319c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SPTRINV
   935: bf88205c     0 OBJECT  GLOBAL DEFAULT  ABS BMXPUPBAINV
   936: bf881064     0 OBJECT  GLOBAL DEFAULT  ABS IEC0CLR
   937: bf881020     0 OBJECT  GLOBAL DEFAULT  ABS IPTMR
   938: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP7
   939: bf80060c     0 OBJECT  GLOBAL DEFAULT  ABS T1CONINV
   940: 9d0005e0    84 FUNC    GLOBAL DEFAULT   71 _mon_write
   941: bf883024     0 OBJECT  GLOBAL DEFAULT  ABS DMAADDRCLR
   942: 9d000ac8     8 FUNC    GLOBAL DEFAULT   71 _weak__pthread_cleanup_po
   943: bf8860b0     0 OBJECT  GLOBAL DEFAULT  ABS ODCC
   944: bf80f410     0 OBJECT  GLOBAL DEFAULT  ABS NVMKEY
   945: bf8832fc     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSIZINV
   946: bf886020     0 OBJECT  GLOBAL DEFAULT  ABS LATA
   947: bf88115c     0 OBJECT  GLOBAL DEFAULT  ABS IPC12INV
   948: bf80904c     0 OBJECT  GLOBAL DEFAULT  ABS AD1CHSINV
   949: bf805034     0 OBJECT  GLOBAL DEFAULT  ABS I2C1MSKCLR
   950: bf8831c8     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CPTRSET
   951: bf80024c     0 OBJECT  GLOBAL DEFAULT  ABS ALRMTIMEINV
   952: bf803408     0 OBJECT  GLOBAL DEFAULT  ABS OC3CONSET
   953: bf883044     0 OBJECT  GLOBAL DEFAULT  ABS DCRCDATACLR
   954: bf80a008     0 OBJECT  GLOBAL DEFAULT  ABS CM1CONSET
   955: a0000000     9 OBJECT  GLOBAL DEFAULT   77 peppers
   956: bf807068     0 OBJECT  GLOBAL DEFAULT  ABS PMSTATSET
   957: 9d0023dc   172 FUNC    GLOBAL DEFAULT   71 fputc
   958: bf805020     0 OBJECT  GLOBAL DEFAULT  ABS I2C1ADD
   959: bf803818     0 OBJECT  GLOBAL DEFAULT  ABS OC5RSET
   960: bf80062c     0 OBJECT  GLOBAL DEFAULT  ABS PR1INV
   961: bf886138     0 OBJECT  GLOBAL DEFAULT  ABS ODCESET
   962: bf881154     0 OBJECT  GLOBAL DEFAULT  ABS IPC12CLR
   963: bf800a20     0 OBJECT  GLOBAL DEFAULT  ABS PR3
   964: bf805054     0 OBJECT  GLOBAL DEFAULT  ABS I2C1TRNCLR
   965: bf805208     0 OBJECT  GLOBAL DEFAULT  ABS I2C2CONSET
   966: bf80025c     0 OBJECT  GLOBAL DEFAULT  ABS ALRMDATEINV
   967: bf8861c4     0 OBJECT  GLOBAL DEFAULT  ABS CNCONCLR
   968: bf883098     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSASET
   969: bf8831f4     0 OBJECT  GLOBAL DEFAULT  ABS DCH2ECONCLR
   970: 9d000ab0     8 FUNC    WEAK   DEFAULT   71 _pthread_cleanup_push
   971: bf883330     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CSIZ
   972: bf803424     0 OBJECT  GLOBAL DEFAULT  ABS OC3RSCLR
   973: bf88321c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSAINV
   974: bf8832c0     0 OBJECT  GLOBAL DEFAULT  ABS DCH3INT
   975: bf88602c     0 OBJECT  GLOBAL DEFAULT  ABS LATAINV
   976: 9d000a78     8 FUNC    WEAK   DEFAULT   71 pthread_mutexattr_init
   977: bf883168     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSASET
   978: bf8832f8     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSIZSET
   979: bf884020     0 OBJECT  GLOBAL DEFAULT  ABS CHETAG
   980: bf88307c     0 OBJECT  GLOBAL DEFAULT  ABS DCH0ECONINV
   981: bf805a30     0 OBJECT  GLOBAL DEFAULT  ABS SPI2BRG
   982: bf8832ac     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CONINV
   983: bf80f408     0 OBJECT  GLOBAL DEFAULT  ABS NVMCONSET
   984: bf802808     0 OBJECT  GLOBAL DEFAULT  ABS IC5CONSET
   985: bf886014     0 OBJECT  GLOBAL DEFAULT  ABS PORTACLR
   986: bf883108     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CPTRSET
   987: bf805260     0 OBJECT  GLOBAL DEFAULT  ABS I2C2RCV
   988: bf80583c     0 OBJECT  GLOBAL DEFAULT  ABS SPI1BRGINV
   989: bfc00000     0 FUNC    GLOBAL DEFAULT    1 _reset
   990: bf883240     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DSIZ
   991: bf805258     0 OBJECT  GLOBAL DEFAULT  ABS I2C2TRNSET
   992: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1SOF
   993: bf806048     0 OBJECT  GLOBAL DEFAULT  ABS U1BRGSET
   994: bf884090     0 OBJECT  GLOBAL DEFAULT  ABS CHEHIT
   995: bf80a06c     0 OBJECT  GLOBAL DEFAULT  ABS CMSTATINV
   996: bf802608     0 OBJECT  GLOBAL DEFAULT  ABS IC4CONSET
   997: bf8830b8     0 OBJECT  GLOBAL DEFAULT  ABS DCH0SSIZSET
   998: bf88116c     0 OBJECT  GLOBAL DEFAULT  ABS IPC13INV
   999: bf88305c     0 OBJECT  GLOBAL DEFAULT  ABS DCRCXORINV
  1000: bf883268     0 OBJECT  GLOBAL DEFAULT  ABS DCH2DPTRSET
  1001: 9d000b1c     8 FUNC    WEAK   DEFAULT   71 _general_exception_handle
  1002: bf8831b8     0 OBJECT  GLOBAL DEFAULT  ABS DCH1CSIZSET
  1003: bf883254     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SPTRCLR
  1004: a00002fc     0 NOTYPE  GLOBAL DEFAULT  ABS _end
  1005: bf80705c     0 OBJECT  GLOBAL DEFAULT  ABS PMAENINV
  1006: bf803608     0 OBJECT  GLOBAL DEFAULT  ABS OC4CONSET
  1007: bf8861c0     0 OBJECT  GLOBAL DEFAULT  ABS CNCON
  1008: bf806014     0 OBJECT  GLOBAL DEFAULT  ABS U1STACLR
  1009: bf800218     0 OBJECT  GLOBAL DEFAULT  ABS RTCALRMSET
  1010: bf88609c     0 OBJECT  GLOBAL DEFAULT  ABS PORTCINV
  1011: 9d0007a0    72 FUNC    GLOBAL DEFAULT   71 _filbuf_simple
  1012: 9d000a50     8 FUNC    WEAK   DEFAULT   71 pthread_mutex_destroy
  1013: bf881188     0 OBJECT  GLOBAL DEFAULT  ABS IPC15SET
  1014: 9d000a90     8 FUNC    WEAK   DEFAULT   71 pthread_mutexattr_settype
  1015: bf80381c     0 OBJECT  GLOBAL DEFAULT  ABS OC5RINV
  1016: bf881004     0 OBJECT  GLOBAL DEFAULT  ABS INTCONCLR
  1017: bf802400     0 OBJECT  GLOBAL DEFAULT  ABS IC3CON
  1018: bf80525c     0 OBJECT  GLOBAL DEFAULT  ABS I2C2TRNINV
  1019: bf803228     0 OBJECT  GLOBAL DEFAULT  ABS OC2RSSET
  1020: a000023c   192 OBJECT  GLOBAL DEFAULT   80 bins
  1021: bf882030     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUPBA
  1022: bf882050     0 OBJECT  GLOBAL DEFAULT  ABS BMXPUPBA
  1023: bf883288     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CPTRSET
  1024: bf805048     0 OBJECT  GLOBAL DEFAULT  ABS I2C1BRGSET
  1025: bf881168     0 OBJECT  GLOBAL DEFAULT  ABS IPC13SET
  1026: 9d000a58     8 FUNC    WEAK   DEFAULT   71 pthread_mutex_lock
  1027: bf8860d8     0 OBJECT  GLOBAL DEFAULT  ABS PORTDSET
  1028: bf805a20     0 OBJECT  GLOBAL DEFAULT  ABS SPI2BUF
  1029: bf805244     0 OBJECT  GLOBAL DEFAULT  ABS I2C2BRGCLR
  1030: bf802604     0 OBJECT  GLOBAL DEFAULT  ABS IC4CONCLR
  1031: bf805214     0 OBJECT  GLOBAL DEFAULT  ABS I2C2STATCLR
  1032: bf800204     0 OBJECT  GLOBAL DEFAULT  ABS RTCCONCLR
  1033: bf88301c     0 OBJECT  GLOBAL DEFAULT  ABS DMASTATINV
  1034: bf88112c     0 OBJECT  GLOBAL DEFAULT  ABS IPC9INV
  1035: bf809020     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON3
  1036: bf8830ec     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DPTRINV
  1037: bf809068     0 OBJECT  GLOBAL DEFAULT  ABS AD1PCFGSET
  1038: bf802804     0 OBJECT  GLOBAL DEFAULT  ABS IC5CONCLR
  1039: bf88617c     0 OBJECT  GLOBAL DEFAULT  ABS ODCFINV
  1040: bf800200     0 OBJECT  GLOBAL DEFAULT  ABS RTCCON
  1041: bf800e24     0 OBJECT  GLOBAL DEFAULT  ABS PR5CLR
  1042: a00002fc     0 NOTYPE  GLOBAL DEFAULT   81 _heap
  1043: 9d000704   156 FUNC    GLOBAL DEFAULT   71 exit
  1044: bf803428     0 OBJECT  GLOBAL DEFAULT  ABS OC3RSSET
  1045: bf8861e0     0 OBJECT  GLOBAL DEFAULT  ABS CNPUE
  1046: bf809064     0 OBJECT  GLOBAL DEFAULT  ABS AD1PCFGCLR
  1047: bf80980c     0 OBJECT  GLOBAL DEFAULT  ABS CVRCONINV
  1048: bf805254     0 OBJECT  GLOBAL DEFAULT  ABS I2C2TRNCLR
  1049: bf881040     0 OBJECT  GLOBAL DEFAULT  ABS IFS1
  1050: bf8860d4     0 OBJECT  GLOBAL DEFAULT  ABS PORTDCLR
  1051: bf805000     0 OBJECT  GLOBAL DEFAULT  ABS I2C1CON
  1052: bf800a28     0 OBJECT  GLOBAL DEFAULT  ABS PR3SET
  1053: bf886034     0 OBJECT  GLOBAL DEFAULT  ABS ODCACLR
  1054: bf886010     0 OBJECT  GLOBAL DEFAULT  ABS PORTA
  1055: bf809140     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUFD
  1056: bf805018     0 OBJECT  GLOBAL DEFAULT  ABS I2C1STATSET
  1057: bf886150     0 OBJECT  GLOBAL DEFAULT  ABS PORTF
  1058: bf883334     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CSIZCLR
  1059: bf8832b8     0 OBJECT  GLOBAL DEFAULT  ABS DCH3ECONSET
  1060: bf881158     0 OBJECT  GLOBAL DEFAULT  ABS IPC12SET
  1061: bf80520c     0 OBJECT  GLOBAL DEFAULT  ABS I2C2CONINV
  1062: 9d0009b4    52 FUNC    GLOBAL DEFAULT   71 _fsync_simple
  1063: bf882010     0 OBJECT  GLOBAL DEFAULT  ABS BMXDKPBA
  1064: bf884008     0 OBJECT  GLOBAL DEFAULT  ABS CHECONSET
  1065: bf882020     0 OBJECT  GLOBAL DEFAULT  ABS BMXDUDBA
  1066: bf80322c     0 OBJECT  GLOBAL DEFAULT  ABS OC2RSINV
  1067: bf805814     0 OBJECT  GLOBAL DEFAULT  ABS SPI1STATCLR
  1068: bf800238     0 OBJECT  GLOBAL DEFAULT  ABS RTCDATESET
  1069: bf800e0c     0 OBJECT  GLOBAL DEFAULT  ABS T5CONINV
  1070: bf88311c     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DATINV
  1071: 9d000a60     8 FUNC    WEAK   DEFAULT   71 pthread_mutex_trylock
  1072: bf803824     0 OBJECT  GLOBAL DEFAULT  ABS OC5RSCLR
  1073: bf80021c     0 OBJECT  GLOBAL DEFAULT  ABS RTCALRMINV
  1074: bf88317c     0 OBJECT  GLOBAL DEFAULT  ABS DCH1SSIZINV
  1075: bf882070     0 OBJECT  GLOBAL DEFAULT  ABS BMXBOOTSZ
  1076: bf80260c     0 OBJECT  GLOBAL DEFAULT  ABS IC4CONINV
  1077: bf80620c     0 OBJECT  GLOBAL DEFAULT  ABS U2MODEINV
  1078: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP4
  1079: bf8830cc     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DSIZINV
  1080: bf88400c     0 OBJECT  GLOBAL DEFAULT  ABS CHECONINV
  1081: bf882018     0 OBJECT  GLOBAL DEFAULT  ABS BMXDKPBASET
  1082: bf88323c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSIZINV
  1083: 9d000a98     8 FUNC    WEAK   DEFAULT   71 pthread_sysconf_np
  1084: bf881028     0 OBJECT  GLOBAL DEFAULT  ABS IPTMRSET
  1085: bf803800     0 OBJECT  GLOBAL DEFAULT  ABS OC5CON
  1086: bf88611c     0 OBJECT  GLOBAL DEFAULT  ABS PORTEINV
  1087: bf8861ac     0 OBJECT  GLOBAL DEFAULT  ABS LATGINV
  1088: bf80a014     0 OBJECT  GLOBAL DEFAULT  ABS CM2CONCLR
  1089: bf88201c     0 OBJECT  GLOBAL DEFAULT  ABS BMXDKPBAINV
  1090: bf886194     0 OBJECT  GLOBAL DEFAULT  ABS PORTGCLR
  1091: bf883348     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CPTRSET
  1092: bf800814     0 OBJECT  GLOBAL DEFAULT  ABS TMR2CLR
  1093: bf80360c     0 OBJECT  GLOBAL DEFAULT  ABS OC4CONINV
  1094: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1OTGIE
  1095: 9d000b5c     8 FUNC    WEAK   DEFAULT   71 _exit
  1096: bf803814     0 OBJECT  GLOBAL DEFAULT  ABS OC5RCLR
  1097: bf883210     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SSA
  1098: bf88333c     0 OBJECT  GLOBAL DEFAULT  ABS DCH3CSIZINV
  1099: bf883258     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SPTRSET
  1100: bf80321c     0 OBJECT  GLOBAL DEFAULT  ABS OC2RINV
  1101: bf800600     0 OBJECT  GLOBAL DEFAULT  ABS T1CON
  1102: a0000000     0 NOTYPE  GLOBAL DEFAULT   77 _data_begin
  1103: bf8090b0     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUF4
  1104: bf800a2c     0 OBJECT  GLOBAL DEFAULT  ABS PR3INV
  1105: bf80901c     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON2INV
  1106: 9d000a48     8 FUNC    WEAK   DEFAULT   71 pthread_mutex_init
  1107: bf8861d0     0 OBJECT  GLOBAL DEFAULT  ABS CNEN
  1108: 9d000208    92 FUNC    GLOBAL DEFAULT   71 strlen
  1109: bf8810cc     0 OBJECT  GLOBAL DEFAULT  ABS IPC3INV
  1110: bf8861bc     0 OBJECT  GLOBAL DEFAULT  ABS ODCGINV
  1111: bf80320c     0 OBJECT  GLOBAL DEFAULT  ABS OC2CONINV
  1112: bf80300c     0 OBJECT  GLOBAL DEFAULT  ABS OC1CONINV
  1113: bf809024     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON3CLR
  1114: bf806208     0 OBJECT  GLOBAL DEFAULT  ABS U2MODESET
  1115: bf886118     0 OBJECT  GLOBAL DEFAULT  ABS PORTESET
  1116: bf80a000     0 OBJECT  GLOBAL DEFAULT  ABS CM1CON
  1117: a0008000     0 NOTYPE  GLOBAL DEFAULT  ABS _stack
  1118: bf88603c     0 OBJECT  GLOBAL DEFAULT  ABS ODCAINV
  1119: bf807064     0 OBJECT  GLOBAL DEFAULT  ABS PMSTATCLR
  1120: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1OTGCON
  1121: bf88306c     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CONINV
  1122: bf8832cc     0 OBJECT  GLOBAL DEFAULT  ABS DCH3INTINV
  1123: bf800a14     0 OBJECT  GLOBAL DEFAULT  ABS TMR3CLR
  1124: bf809000     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON1
  1125: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND IPC10CLR
  1126: bf800c10     0 OBJECT  GLOBAL DEFAULT  ABS TMR45
  1127: bf88325c     0 OBJECT  GLOBAL DEFAULT  ABS DCH2SPTRINV
  1128: bf805044     0 OBJECT  GLOBAL DEFAULT  ABS I2C1BRGCLR
  1129: bf886124     0 OBJECT  GLOBAL DEFAULT  ABS LATECLR
  1130: bf806200     0 OBJECT  GLOBAL DEFAULT  ABS U2MODE
  1131: bf88335c     0 OBJECT  GLOBAL DEFAULT  ABS DCH3DATINV
  1132: bf881024     0 OBJECT  GLOBAL DEFAULT  ABS IPTMRCLR
  1133: bf803004     0 OBJECT  GLOBAL DEFAULT  ABS OC1CONCLR
  1134: bf800808     0 OBJECT  GLOBAL DEFAULT  ABS T2CONSET
  1135: bf8860e8     0 OBJECT  GLOBAL DEFAULT  ABS LATDSET
  1136: bfc00380     0 NOTYPE  GLOBAL DEFAULT  ABS _BEV_EXCPT_ADDR
  1137: bf8831e4     0 OBJECT  GLOBAL DEFAULT  ABS DCH2CONCLR
  1138: bf88619c     0 OBJECT  GLOBAL DEFAULT  ABS PORTGINV
  1139: bf886024     0 OBJECT  GLOBAL DEFAULT  ABS LATACLR
  1140: bf886018     0 OBJECT  GLOBAL DEFAULT  ABS PORTASET
  1141: a0000128     4 OBJECT  GLOBAL DEFAULT   78 _libc_data
  1142: bf802610     0 OBJECT  GLOBAL DEFAULT  ABS IC4BUF
  1143: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP10
  1144: bf80f208     0 OBJECT  GLOBAL DEFAULT  ABS DDPCONSET
  1145: bf805028     0 OBJECT  GLOBAL DEFAULT  ABS I2C1ADDSET
  1146: bf803620     0 OBJECT  GLOBAL DEFAULT  ABS OC4RS
  1147: bf800c18     0 OBJECT  GLOBAL DEFAULT  ABS TMR4SET
  1148: bf805038     0 OBJECT  GLOBAL DEFAULT  ABS I2C1MSKSET
  1149: bf881090     0 OBJECT  GLOBAL DEFAULT  ABS IPC0
  1150: 9d003368    16 FUNC    GLOBAL DEFAULT   71 __subdf3
  1151: bf886190     0 OBJECT  GLOBAL DEFAULT  ABS PORTG
  1152: bf800208     0 OBJECT  GLOBAL DEFAULT  ABS RTCCONSET
  1153: bf805248     0 OBJECT  GLOBAL DEFAULT  ABS I2C2BRGSET
  1154: bf886084     0 OBJECT  GLOBAL DEFAULT  ABS TRISCCLR
  1155: bf80902c     0 OBJECT  GLOBAL DEFAULT  ABS AD1CON3INV
  1156: 9d00038c   304 FUNC    GLOBAL DEFAULT   71 do_hist
  1157: bf800e20     0 OBJECT  GLOBAL DEFAULT  ABS PR5
  1158: bf884004     0 OBJECT  GLOBAL DEFAULT  ABS CHECONCLR
  1159: bf800c00     0 OBJECT  GLOBAL DEFAULT  ABS T4CON
  1160: bf8832d4     0 OBJECT  GLOBAL DEFAULT  ABS DCH3SSACLR
  1161: bf881144     0 OBJECT  GLOBAL DEFAULT  ABS IPC11CLR
  1162: bf80905c     0 OBJECT  GLOBAL DEFAULT  ABS AD1CSSLINV
  1163: bf803210     0 OBJECT  GLOBAL DEFAULT  ABS OC2R
  1164: bf8831dc     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DATINV
  1165: bf802810     0 OBJECT  GLOBAL DEFAULT  ABS IC5BUF
  1166: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1EP0
  1167: bf88613c     0 OBJECT  GLOBAL DEFAULT  ABS ODCEINV
  1168: bf883208     0 OBJECT  GLOBAL DEFAULT  ABS DCH2INTSET
  1169: bf886074     0 OBJECT  GLOBAL DEFAULT  ABS ODCBCLR
  1170: bf805804     0 OBJECT  GLOBAL DEFAULT  ABS SPI1CONCLR
  1171: bf8830fc     0 OBJECT  GLOBAL DEFAULT  ABS DCH0CSIZINV
  1172: bf88107c     0 OBJECT  GLOBAL DEFAULT  ABS IEC1INV
  1173: bf809130     0 OBJECT  GLOBAL DEFAULT  ABS ADC1BUFC
  1174: bf802208     0 OBJECT  GLOBAL DEFAULT  ABS IC2CONSET
  1175: bf8861d8     0 OBJECT  GLOBAL DEFAULT  ABS CNENSET
  1176: 9d000ad0    44 FUNC    WEAK   DEFAULT   71 _pthread_once
  1177: bf88109c     0 OBJECT  GLOBAL DEFAULT  ABS IPC0INV
  1178: bf80f404     0 OBJECT  GLOBAL DEFAULT  ABS NVMCONCLR
  1179: bf80f428     0 OBJECT  GLOBAL DEFAULT  ABS NVMADDRSET
  1180: bf8840c0     0 OBJECT  GLOBAL DEFAULT  ABS CHEPFABT
  1181: bf80a064     0 OBJECT  GLOBAL DEFAULT  ABS CMSTATCLR
  1182: bf806220     0 OBJECT  GLOBAL DEFAULT  ABS U2TXREG
  1183: bf88103c     0 OBJECT  GLOBAL DEFAULT  ABS IFS0INV
  1184: bf809054     0 OBJECT  GLOBAL DEFAULT  ABS AD1CSSLCLR
  1185: bf88108c     0 OBJECT  GLOBAL DEFAULT  ABS IEC2INV
  1186: bf80f424     0 OBJECT  GLOBAL DEFAULT  ABS NVMADDRCLR
  1187: bf800e14     0 OBJECT  GLOBAL DEFAULT  ABS TMR5CLR
  1188: bf80082c     0 OBJECT  GLOBAL DEFAULT  ABS PR2INV
  1189: 9d000e58  5460 FUNC    GLOBAL DEFAULT   71 vfprintf
  1190: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND U1FRMH
  1191: bf80022c     0 OBJECT  GLOBAL DEFAULT  ABS RTCTIMEINV
  1192: 9d000b04     8 FUNC    WEAK   DEFAULT   71 pthread_setspecific
  1193: bf883054     0 OBJECT  GLOBAL DEFAULT  ABS DCRCXORCLR
  1194: bf8830e4     0 OBJECT  GLOBAL DEFAULT  ABS DCH0DPTRCLR
  1195: bf805a10     0 OBJECT  GLOBAL DEFAULT  ABS SPI2STAT
  1196: bf803400     0 OBJECT  GLOBAL DEFAULT  ABS OC3CON
  1197: bf88118c     0 OBJECT  GLOBAL DEFAULT  ABS IPC15INV
  1198: bf800a24     0 OBJECT  GLOBAL DEFAULT  ABS PR3CLR
  1199: bf883180     0 OBJECT  GLOBAL DEFAULT  ABS DCH1DSIZ
  1200: bf8810a0     0 OBJECT  GLOBAL DEFAULT  ABS IPC1
  1201: bf80580c     0 OBJECT  GLOBAL DEFAULT  ABS SPI1CONINV
  1202: bf800e28     0 OBJECT  GLOBAL DEFAULT  ABS PR5SET

Section .rodata

pic32-readelf -x 72 mem3.elf > mem3.rodata.dump.txt


Hex dump of section '.rodata':
  0x9d074268 206e776f 7262206b 63697571 20656854 The quick brown 
  0x9d074278 74207265 766f2073 706d756a 20786f66 fox jumps over t
  0x9d074288 70706570 00676f64 20797a61 6c206568 he lazy dog.pepp
  0x9d074298 69727473 0000000a 7025203d 20737265 ers = %p....stri
  0x9d0742a8 0000000a 64252068 74676e65 6c20676e ng length %d....
  0x9d0742b8 203a7365 74796220 65766974 6167656e negative bytes: 
  0x9d0742c8 0a702520 3d206573 61726870 000a6425 %d..phrase = %p.
  0x9d0742d8 00000a70 25203d20 736e6962 00000000 ....bins = %p...
  0x9d0742e8 6874676e 656c2076 000a7025 203d2076 v = %p..v length
  0x9d0742f8 676f7250 000a6725 00000000 0a642520  %d.....%g..Prog
  0x9d074308 202e6465 74616e69 6d726574 206d6172 ram terminated. 
  0x9d074318 7420646e 6120544c 4148206b 63696c43 Click HALT and t
  0x9d074328 6f747320 6f742054 45534552 206e6568 hen RESET to sto
  0x9d074338 72746e6f 636f7263 696d2065 68742070 p the microcontr
  0x9d074348 25206325 00000000 0a202e72 656c6c6f oller. .....%c %
  0x9d074358 70207372 65746361 72616863 000a6434 4d..characters p
  0x9d074368 626d756e 000a7325 0a3a746e 65736572 resent:.%s..numb
  0x9d074378 73726574 63617261 68632066 6f207265 er of characters
  0x9d074388 9d000854 9d0007a0 0000000a 6425203a : %d........T...
  0x9d074398 30303030 9d0009b4 9d000930 9d0007e8 ....0.......0000
  0x9d0743a8 30303030 30303030 30303030 30303030 0000000000000000
  0x9d0743b8 20202020 30303030 30303030 30303030 000000000000    
  0x9d0743c8 20202020 20202020 20202020 20202020                 
  0x9d0743d8 9d00121c 20202020 20202020 20202020             ....
  0x9d0743e8 9d00234c 9d0015c8 9d00234c 9d0015c8 ....L#......L#..
  0x9d0743f8 9d00234c 9d00234c 9d00234c 9d00234c L#..L#..L#..L#..
  0x9d074408 9d001288 9d001240 9d00234c 9d00234c L#..L#..@.......
  0x9d074418 9d00234c 9d00234c 9d00234c 9d00234c L#..L#..L#..L#..
  0x9d074428 9d001278 9d00234c 9d00234c 9d001254 T...L#..L#..x...
  0x9d074438 9d00234c 9d00234c 9d00234c 9d00234c L#..L#..L#..L#..
  0x9d074448 9d00234c 9d00234c 9d00234c 9d00234c L#..L#..L#..L#..
  0x9d074458 9d001228 9d002198 9d00234c 9d00234c L#..L#...!..(...
  0x9d074468 9d00234c 9d0015c8 9d0015c8 9d0015c8 ............L#..
  0x9d074478 9d00234c 9d00234c 9d00234c 9d001228 (...L#..L#..L#..
  0x9d074488 9d001294 9d00124c 9d002260 9d00234c L#..`"..L.......
  0x9d074498 9d00234c 9d0021d4 9d00234c 9d00234c L#..L#...!..L#..
  0x9d0744a8 9d0012a0 9d00234c 9d00234c 9d001260 `...L#..L#......
  0x9d0744b8 40100000 00000000 40240000 00000000 ......$@.......@
  0x9d0744c8 3f847ae1 47ae147b 80000000 00000000 ........{..G.z.?
  0x9d0744d8 666e492b 004e614e 3f1a36e2 eb1c432d -C...6.?NaN.+Inf
  0x9d0744e8 6c756e28 00000000 666e492d 00000000 ....-Inf....(nul
  0x9d0744f8 00100000 00000000 00000000 0000296c l)..............
  0x9d074508 00400000 00000000 7ff7ffff ffffffff ..............@.
  0x9d074518 000fffff ffffffff 01000000 00000000 ................
  0x9d074528 ffefffff ffffffff 7fffffff ffffffff ................

Section .data

pic32-readelf -x 77 mem3.elf > mem3.data.dump.txt


Hex dump of section '.data':
  0xa0000000 00000000 00000000 fb737265 70706570 peppers.........
  0xa0000010 40000000 00000000 3ff00000 00000000 .......?.......@
  0xa0000020 40100000 00000000 40080000 00000000 .......@.......@
  0xa0000030 00000000 00000000 ffffffff 00000000 ................
  0xa0000040 00000000 00000000 00000000 00000000 ................
  0xa0000050 a00000b0 a00000ec a00000d0 a00000b4 ................
  0xa0000060 00000000 00000000 00000001 a0000130 0...............
  0xa0000070 00000000 00000000 00000000 00000000 ................
  0xa0000080 00000000 00000000 00000000 00000000 ................
  0xa0000090 00000000 00000000 00000000 00000000 ................
  0xa00000a0 00000000 00000000 00000000 00000000 ................
  0xa00000b0 00000000 00000000 ffffffff 00000000 ................
  0xa00000c0 9d074390 00000000 00001009 00000400 .............C..
  0xa00000d0 00000400 00000000 00000000 ffffffff ................
  0xa00000e0 ffffffff 9d074390 00000000 0001100a .........C......
  0xa00000f0 00020002 00000000 00000000 00000000 ................
  0xa0000100 00000000 fffffffd 9d074390 00000000 .....C..........
  0xa0000110 00000000 00000000 00000000 00000000 ................
  0xa0000120                            00000000 ....

Batch File

pic32-readelf -h %1.elf > %1.file_header.txt
pic32-readelf -l %1.elf > %1.segments.txt
pic32-readelf -S %1.elf > %1.sections.txt
pic32-readelf -s %1.elf > %1.symbols.txt
pic32-readelf -x 72 %1.elf > %1.rodata.dump.txt
pic32-readelf -x 77 %1.elf > %1.data.dump.txt


Maintained by John Loomis, last updated 26 August 2008