OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fde_end
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp
83
EhFrame::const_fde_iterator fde,
fde_end
= m_EhFrame.getEhFrame()->
fde_end
();
local
84
for(fde = m_EhFrame.getEhFrame()->fde_begin(); fde !=
fde_end
; ++fde) {
EhFrame.cpp
133
for (fde_iterator fde = pOther.fde_begin(); fde != pOther.
fde_end
(); ++fde)
/frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h
137
const_fde_iterator
fde_end
() const { return m_FDEs.end(); }
function in class:mcld::EhFrame
138
fde_iterator
fde_end
() { return m_FDEs.end(); }
function in class:mcld::EhFrame
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
133
///
fde_end
- libgcc defines this field only if some macro is defined. We
135
char *
fde_end
;
member in struct:__anon21855::LibgccObject
186
// field. Note that we rely on having two pointers here. If
fde_end
was a
188
ob->
fde_end
= (char*)LOI->unseenObjects;
Completed in 63 milliseconds