Searched refs:exec_start (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp473 ELFSegment* exec_start = m_ELFSegmentTable.find(llvm::ELF::PT_LOAD, 0x0, 0x0); local
474 if (NULL != exec_start) {
477 exec_start->vaddr());

Completed in 7 milliseconds