OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EhFrame
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
EhFrame.cpp
1
//===-
EhFrame
.cpp --------------------------------------------------------===//
9
#include <mcld/LD/
EhFrame
.h>
20
typedef GCFactory<
EhFrame
, MCLD_SECTIONS_PER_INPUT> EhFrameFactory;
25
//
EhFrame
::CIE
27
EhFrame
::CIE::CIE(MemoryRegion& pRegion)
32
//
EhFrame
::FDE
34
EhFrame
::FDE::FDE(MemoryRegion& pRegion,
35
const
EhFrame
::CIE& pCIE,
43
//
EhFrame
45
EhFrame
::EhFrame(
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
EhFrame.h
1
//===-
EhFrame
.h ----------------------------------------------------------===//
27
/** \class
EhFrame
28
* \brief
EhFrame
represents .eh_frame section
30
class
EhFrame
33
friend class Chunk<
EhFrame
, MCLD_SECTIONS_PER_INPUT>;
35
EhFrame
();
36
explicit
EhFrame
(LDSection& pSection);
38
~
EhFrame
();
40
EhFrame
(const
EhFrame
&); // DO NOT IMPLEMEN
[
all
...]
LDFileFormat.h
37
EhFrame
,
Completed in 30 milliseconds