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