brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 64200ec Raw
49 lines · yaml
1--- !ELF2FileHeader:3  Class:           ELFCLASS644  Data:            ELFDATA2LSB5  Type:            ET_REL6  Machine:         EM_AARCH647  SectionHeaderStringTable: .strtab8Sections:9  - Name:            .text10    Type:            SHT_PROGBITS11    Flags:           [ SHF_ALLOC, SHF_EXECINSTR ]12    AddressAlign:    0x413  - Type:            SectionHeaderTable14    Sections:15      - Name:            .text16      - Name:            .strtab17      - Name:            .symtab18Symbols:19  - Name:            _Z8someFunciii20    Type:            STT_FUNC21    Section:         .text22    Binding:         STB_GLOBAL23    Size:            0x1C24  - Name:            _Z8someFuncci25    Type:            STT_FUNC26    Section:         .text27    Binding:         STB_GLOBAL28    Value:           0x1C29    Size:            0x1830  - Name:            _Z13someOtherFuncv31    Type:            STT_FUNC32    Section:         .text33    Binding:         STB_GLOBAL34    Value:           0x3435    Size:            0x436  - Name:            _Z13someOtherFuncd37    Type:            STT_FUNC38    Section:         .text39    Binding:         STB_GLOBAL40    Value:           0x3841    Size:            0x1042  - Name:            _Z18ignoreThisFunctionv43    Type:            STT_FUNC44    Section:         .text45    Binding:         STB_GLOBAL46    Value:           0x4847    Size:            0x848...49