OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MipsELFDynamic
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.h
1
//===-
MipsELFDynamic
.h ---------------------------------------------------===//
18
class
MipsELFDynamic
: public ELFDynamic {
20
MipsELFDynamic
(const MipsGNULDBackend& pParent, const LinkerConfig& pConfig);
MipsELFDynamic.cpp
1
//===-
MipsELFDynamic
.cpp -------------------------------------------------===//
14
#include "
MipsELFDynamic
.h"
21
MipsELFDynamic
::
MipsELFDynamic
(const MipsGNULDBackend& pParent,
26
void
MipsELFDynamic
::reserveTargetEntries(const ELFFileFormat& pFormat) {
41
void
MipsELFDynamic
::applyTargetEntries(const ELFFileFormat& pFormat) {
56
size_t
MipsELFDynamic
::getSymTabNum(const ELFFileFormat& pFormat) const {
64
size_t
MipsELFDynamic
::getGotSym(const ELFFileFormat& pFormat) const {
71
size_t
MipsELFDynamic
::getLocalGotNum(const ELFFileFormat& pFormat) const {
78
uint64_t
MipsELFDynamic
::getBaseAddress()
[
all
...]
Completed in 43 milliseconds