search for: mipstargetlayout

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

2014 Jan 19
2
[LLVMdev] [lld] Relocation sections format: .rela / .rel
...virtual functions DefaultLayout::createDynamicRelocationTable() and DefaultLayout::getPLTRelocationTable(). Call these functions when we need to create relocation tables. By default these function create .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_...
2014 Jan 19
0
[LLVMdev] [lld] Relocation sections format: .rela / .rel
...tLayout::createDynamicRelocationTable() and > DefaultLayout::getPLTRelocationTable(). Call these functions when we > need to create relocation tables. By default these function create > .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_...