Home | History | Annotate | Download | only in ld-tic6x
      1 #name: C6X data relocations, local symbols, -r, REL
      2 #as: -mlittle-endian -mgenerate-rel
      3 #ld: -r -melf32_tic6x_le
      4 #source: data-reloc-local-1.s
      5 #source: data-reloc-local-2.s
      6 #objdump: -r -s -j .data
      7 
      8 .*: *file format elf32-tic6x-le
      9 
     10 RELOCATION RECORDS FOR \[\.data\]:
     11 OFFSET   TYPE              VALUE
     12 0+ R_C6000_ABS32     \.data
     13 0+4 R_C6000_ABS32     \.data
     14 0+8 R_C6000_ABS32     \.data
     15 0+c R_C6000_ABS32     \.data
     16 0+10 R_C6000_ABS16     \.data
     17 0+12 R_C6000_ABS8      \.data
     18 0+13 R_C6000_ABS8      \.data
     19 
     20 
     21 Contents of section \.data:
     22 [ \t]*0000 00000000 04000000 0c000000 08000000  \.\.\.\.\.\.\.\.\.\.\.\.\.\.\.\.
     23 [ \t]*0010 0c00080c                             \.\.\.\.
     24