Home
last modified time | relevance | path

Searched refs:fde_count (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp58 uint32_t* fde_count = reinterpret_cast<uint32_t*>(data + 8); in emitOutput() local
60 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs(); in emitOutput()
62 *fde_count = 0; in emitOutput()
64 if (*fde_count == 0) { in emitOutput()