search for: lf_rela

Displaying 2 results from an estimated 2 matches for "lf_rela".

Did you mean: elf_rela
2014 Jan 19
2
[LLVMdev] [lld] Relocation sections format: .rela / .rel
...ate .rela.* sections. - Override createDynamicRelocationTable() and getPLTRelocationTable() in the MipsTargetLayout to create .rel.* sections. - Add support for writing Elf_Rel entries to the RelocationTable class. Maybe it's better to inherit form RelocationTable two separate classes deal with lf_Rela / Elf_Rel entries. - It's unclear to me how to select names of symbols like __rela_iplt_* / __rel_iplt_* and dynamic table tag DT_RELA / DT_REL. Is it an appropriate solution? Any objections or suggestions? Thanks. -- Simon Atanasyan
2014 Jan 19
0
[LLVMdev] [lld] Relocation sections format: .rela / .rel
...; - Override createDynamicRelocationTable() and getPLTRelocationTable() > in the MipsTargetLayout to create .rel.* sections. > - Add support for writing Elf_Rel entries to the RelocationTable > class. Maybe it's better to inherit form RelocationTable two separate > classes deal with lf_Rela / Elf_Rel entries. > - It's unclear to me how to select names of symbols like __rela_iplt_* > / __rel_iplt_* and dynamic table tag DT_RELA / DT_REL. > > Is it an appropriate solution? Any objections or suggestions? > > Thanks. > > -- > Simon Atanasyan