Searched defs:elfSegmentTable (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h177 /// elfSegmentTable - return the reference of the elf segment table
178 ELFSegmentFactory& elfSegmentTable() { return m_ELFSegmentTable; } function in class:mcld::GNULDBackend
180 /// elfSegmentTable - return the reference of the elf segment table
181 const ELFSegmentFactory& elfSegmentTable() const { return m_ELFSegmentTable; } function in class:mcld::GNULDBackend

Completed in 83 milliseconds