Searched refs:EhFrameHdr (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h1 //===- EhFrameHdr.h -------------------------------------------------------===//
21 /** \class EhFrameHdr
22 * \brief EhFrameHdr represents .eh_frame_hdr section.
35 class EhFrameHdr { class in namespace:mcld
37 EhFrameHdr(LDSection& pEhFrameHdr, const LDSection& pEhFrame);
39 ~EhFrameHdr();
47 assert(false && "Call invalid EhFrameHdr::emitOutput");
68 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput);
H A DLDFileFormat.h36 EhFrameHdr, enumerator in enum:mcld::LDFileFormat::Kind
/frameworks/compile/mclinker/lib/LD/
H A DEhFrameHdr.cpp1 //===- EhFrameHdr.cpp -----------------------------------------------------===//
9 #include "mcld/LD/EhFrameHdr.h"
40 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput) {
112 // EhFrameHdr
115 EhFrameHdr::EhFrameHdr(LDSection& pEhFrameHdr, const LDSection& pEhFrame) function in class:mcld::EhFrameHdr
119 EhFrameHdr::~EhFrameHdr() {
133 void EhFrameHdr::sizeOutput() {
141 uint32_t EhFrameHdr
[all...]
H A DELFDynObjFileFormat.cpp83 LDFileFormat::EhFrameHdr,
H A DELFExecFileFormat.cpp84 LDFileFormat::EhFrameHdr,
H A DAndroid.mk25 EhFrameHdr.cpp \
H A DELFObjectReader.cpp263 case LDFileFormat::EhFrameHdr:
H A DELFObjectWriter.cpp80 case LDFileFormat::EhFrameHdr:
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h27 class EhFrameHdr;
537 EhFrameHdr* m_pEhFrameHdr;
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp55 return LDFileFormat::EhFrameHdr;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp21 #include "mcld/LD/EhFrameHdr.h"
1392 case LDFileFormat::EhFrameHdr:
2332 case LDFileFormat::EhFrameHdr:
2481 // init EhFrameHdr and size the output section
2484 new EhFrameHdr(format->getEhFrameHdr(), format->getEhFrame());

Completed in 104 milliseconds