brintos

brintos / llvm-project-archived public Read only

0
0
Text · 2.6 KiB · feec407 Raw
93 lines · yaml
1--- !ELF2FileHeader:3  Class:           ELFCLASS644  Data:            ELFDATA2LSB5  Type:            ET_EXEC6  Machine:         EM_RISCV7  Entry:           0x100B08ProgramHeaders:9  - Type:            PT_LOAD10    Flags:           [ PF_X, PF_R ]11    FirstSec:        .text12    LastSec:         .text13    VAddr:           0x1000014    Align:           0x100015    Offset:          0x016  - Type:            PT_TLS17    Flags:           [ PF_R ]18    FirstSec:        .tbss19    LastSec:         .tbss20    VAddr:           0x110C021    Align:           0x822    Offset:          0xc023Sections:24  - Name:            .text25    Type:            SHT_PROGBITS26    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]27    Address:         0x100B028    AddressAlign:    0x429    Content:         '13000000832202002320520067800000'30  - Name:            .tbss31    Type:            SHT_NOBITS32    Flags:           [ SHF_WRITE, SHF_ALLOC, SHF_TLS ]33    Address:         0x110C034    AddressAlign:    0x835    Size:            0x836  - Name:            .rela.text37    Type:            SHT_RELA38    Flags:           [ SHF_INFO_LINK ]39    Link:            .symtab40    AddressAlign:    0x841    Info:            .text42    Relocations:43      - Offset:          0x100B444        Type:            R_RISCV_NONE45      - Offset:          0x100B446        Type:            R_RISCV_RELAX47      - Offset:          0x100B448        Type:            R_RISCV_NONE49      - Offset:          0x100B450        Type:            R_RISCV_RELAX51      - Offset:          0x100B452        Symbol:          i53        Type:            0x3154      - Offset:          0x100B455        Type:            R_RISCV_RELAX56      - Offset:          0x100B857        Symbol:          i58        Type:            0x3259      - Offset:          0x100B860        Type:            R_RISCV_RELAX61  - Type:            SectionHeaderTable62    Sections:63      - Name:            .text64      - Name:            .rela.text65      - Name:            .tbss66      - Name:            .symtab67      - Name:            .strtab68      - Name:            .shstrtab69Symbols:70  - Name:            .text71    Type:            STT_SECTION72    Section:         .text73    Value:           0x100B074  - Name:            .tbss75    Type:            STT_SECTION76    Section:         .tbss77    Value:           0x110C078  - Name:            '__global_pointer$'79    Index:           SHN_ABS80    Binding:         STB_GLOBAL81    Value:           0x118C082  - Name:            i83    Type:            STT_TLS84    Section:         .tbss85    Binding:         STB_GLOBAL86    Size:            0x887  - Name:            _start88    Section:         .text89    Binding:         STB_GLOBAL90    Value:           0x100B091    Size:            0x1092...93