OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HexagonELFDynamic
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonELFDynamic.cpp
1
//===-
HexagonELFDynamic
.cpp ----------------------------------------------===//
9
#include "
HexagonELFDynamic
.h"
15
HexagonELFDynamic
::
HexagonELFDynamic
(const GNULDBackend& pParent,
20
HexagonELFDynamic
::~
HexagonELFDynamic
()
24
void
HexagonELFDynamic
::reserveTargetEntries(const ELFFileFormat& pFormat)
31
void
HexagonELFDynamic
::applyTargetEntries(const ELFFileFormat& pFormat)
HexagonELFDynamic.h
1
//===-
HexagonELFDynamic
.h ------------------------------------------------===//
19
class
HexagonELFDynamic
: public ELFDynamic
22
HexagonELFDynamic
(const GNULDBackend& pParent, const LinkerConfig& pConfig);
23
~
HexagonELFDynamic
();
Completed in 25 milliseconds