Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DOutputRelocSection.cpp23 m_EntryBytes(pEntrySize), in OutputRelocSection()
38 m_pSection->setSize(m_pSection->size() + m_EntryBytes); in reserveEntry()
/frameworks/compile/mclinker/include/mcld/Target/
DOutputRelocSection.h56 unsigned int m_EntryBytes; variable