Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DEhFrameHdr.cpp59 uint32_t* fde_count = (uint32_t*)(data + 8); in emitOutput() local
61 *fde_count = m_EhFrame.getEhFrame()->numOfFDEs(); in emitOutput()
63 *fde_count = 0; in emitOutput()
65 if (0 == *fde_count) { in emitOutput()