Displaying 3 results from an estimated 3 matches for "addressalign".
2014 Apr 02
4
[LLVMdev] [yaml2obj] ELF relocation support
...is
to introduce new top-level list "Relocation Sections" with "Relocation
Section" entries. But I think this solution is a little bit over
designed.
Any objections / suggestions?
[[
Sections:
- Name: .text
Type: SHT_PROGBITS
Content: "0000000000000000"
AddressAlign: 16
Flags: [SHF_ALLOC]
- Name: .rel.text
Type: SHT_REL
Info: .text
AddressAlign: 4
Relocations:
- !Relocation
Offset: 0x1
SymbolName: glob1
Type: R_MIPS_32
- !Relocation
Offset: 0x2
SymbolName: glob2
Type: R_MIPS_CAL...
2014 Apr 07
1
[LLVMdev] [yaml2obj] ELF relocation support
...quot; entries. But I think this solution is a little bit over
> > designed.
> >
> > Any objections / suggestions?
> >
> > [[
> > Sections:
> > - Name: .text
> > Type: SHT_PROGBITS
> > Content: "0000000000000000"
> > AddressAlign: 16
> > Flags: [SHF_ALLOC]
> >
> > - Name: .rel.text
> > Type: SHT_REL
> > Info: .text
> > AddressAlign: 4
> > Relocations:
> > - !Relocation
> > Offset: 0x1
> > SymbolName: glob1
> >...
2014 Mar 31
2
[LLVMdev] [yaml2obj] ELF relocation support
Hi,
As far as I understand now it is impossible to generate ELF object
file with relocation sections using yaml2obj tool. I plan to support
ELF relocations in the yaml2obj. Does anybody work on it already or
plan to start this task soon?
--
Simon Atanasyan