Searched defs:Relocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocation.cpp1 //===- Relocation.cpp -----------------------------------------------------===//
10 #include <mcld/LD/Relocation.h>
17 Relocation::Relocation(Relocation::Type pType, function in class:Relocation
19 Relocation::Address pAddend,
20 Relocation::DWord pTargetData)
21 : Fragment(Fragment::Relocation),
31 Relocation::~Relocation()
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocation.h1 //===- Relocation.h ----------------------------------------------------===//
29 class Relocation : public Fragment class in namespace:mcld
39 Relocation(Type pType,
45 ~Relocation();
92 // Relocation is a kind of Fragment with type of FT_Reloc
94 { return F->getKind() == Fragment::Relocation; }
95 static bool classof(const Relocation *) { return true; }
H A DFragment.h35 Relocation, enumerator in enum:mcld::Fragment::Type
H A DLDFileFormat.h35 Relocation, enumerator in enum:mcld::LDFileFormat::Kind

Completed in 90 milliseconds