search for: symtabloadcommand

Displaying 1 result from an estimated 1 matches for "symtabloadcommand".

2012 Jan 04
0
[LLVMdev] exposing container-specific features in the Object library
...the intention to eventually have everything hidden like in the ELF case, or selectively exposed, like for COFF and MachO? The motivation for my question is a dynamic loader in MC-JIT for ELF. The current RuntimeDyldMachO uses structures exposed outside the ObjectFile interface (for example, macho::SymtabLoadCommand) to do its work. When working on RuntimeDyldELF, I encountered some cases of Elf information I need which wasn't exposed through the ObjectFile interface. Adding additional getters to that interface requires to implement them in COFF and MachO object files as well (perhaps returning "not_i...