OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationEntry
(Results
1 - 16
of
16
) sorted by null
/external/llvm/include/llvm/Object/
MachO.h
151
bool isRelocationScattered(const macho::
RelocationEntry
&RE) const;
152
unsigned getPlainRelocationSymbolNum(const macho::
RelocationEntry
&RE) const;
153
bool getPlainRelocationExternal(const macho::
RelocationEntry
&RE) const;
154
bool getScatteredRelocationScattered(const macho::
RelocationEntry
&RE) const;
155
uint32_t getScatteredRelocationValue(const macho::
RelocationEntry
&RE) const;
156
unsigned getAnyRelocationAddress(const macho::
RelocationEntry
&RE) const;
157
unsigned getAnyRelocationPCRel(const macho::
RelocationEntry
&RE) const;
158
unsigned getAnyRelocationLength(const macho::
RelocationEntry
&RE) const;
159
unsigned getAnyRelocationType(const macho::
RelocationEntry
&RE) const;
160
SectionRef getRelocationSection(const macho::
RelocationEntry
&RE) const
[
all
...]
MachOFormat.h
350
struct
RelocationEntry
{
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
75
///
RelocationEntry
- used to represent relocations internally in the dynamic
77
class
RelocationEntry
{
98
RelocationEntry
(unsigned id, uint64_t offset, uint32_t type, int64_t addend)
102
RelocationEntry
(unsigned id, uint64_t offset, uint32_t type, int64_t addend,
153
typedef SmallVector<
RelocationEntry
, 64> RelocationList;
266
void addRelocationForSection(const
RelocationEntry
&RE, unsigned SectionID);
270
void addRelocationForSymbol(const
RelocationEntry
&RE, StringRef SymbolName);
282
virtual void resolveRelocation(const
RelocationEntry
&RE, uint64_t Value) = 0;
RuntimeDyldMachO.h
60
virtual void resolveRelocation(const
RelocationEntry
&RE, uint64_t Value);
RuntimeDyldELF.cpp
738
void RuntimeDyldELF::resolveRelocation(const
RelocationEntry
&RE,
881
RelocationEntry
REmovz_g3(SectionID
[
all
...]
RuntimeDyldELF.h
90
virtual void resolveRelocation(const
RelocationEntry
&RE, uint64_t Value);
RuntimeDyldMachO.cpp
87
void RuntimeDyldMachO::resolveRelocation(const
RelocationEntry
&RE,
287
macho::
RelocationEntry
RE = MachO->getRelocation(RelI.getRawDataRefImpl());
342
RelocationEntry
RE(SectionID, Section.StubOffset,
369
RelocationEntry
RE(SectionID, StubTargetAddr - Section.Address,
381
RelocationEntry
RE(SectionID, Offset, RelType, Value.Addend,
RuntimeDyld.cpp
335
void RuntimeDyldImpl::addRelocationForSection(const
RelocationEntry
&RE,
340
void RuntimeDyldImpl::addRelocationForSymbol(const
RelocationEntry
&RE,
351
RelocationEntry
RECopy = RE;
448
const
RelocationEntry
&RE = Relocs[i];
/external/llvm/lib/Object/
MachOObjectFile.cpp
53
void SwapStruct(macho::
RelocationEntry
&H) {
290
const macho::
RelocationEntry
&RE,
358
static uint32_t getPlainRelocationAddress(const macho::
RelocationEntry
&RE) {
363
getScatteredRelocationAddress(const macho::
RelocationEntry
&RE) {
368
const macho::
RelocationEntry
&RE) {
376
const macho::
RelocationEntry
&RE) {
381
const macho::
RelocationEntry
&RE) {
388
getScatteredRelocationLength(const macho::
RelocationEntry
&RE) {
393
const macho::
RelocationEntry
&RE) {
399
static unsigned getScatteredRelocationType(const macho::
RelocationEntry
&RE)
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp
36
RelocationEntry
RE = Obj->getRelocation(Rel.getRawDataRefImpl());
77
RelocationEntry
RENext = Obj->getRelocation(RelNext.getRawDataRefImpl());
X86MachObjectWriter.cpp
193
macho::
RelocationEntry
MRE;
330
macho::
RelocationEntry
MRE;
399
macho::
RelocationEntry
MRE;
419
macho::
RelocationEntry
MRE;
467
macho::
RelocationEntry
MRE;
568
macho::
RelocationEntry
MRE;
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
230
macho::
RelocationEntry
MRE;
241
macho::
RelocationEntry
MRE;
295
macho::
RelocationEntry
MRE;
305
macho::
RelocationEntry
MRE;
448
macho::
RelocationEntry
MRE;
477
macho::
RelocationEntry
MREPair;
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
101
std::vector<object::macho::
RelocationEntry
> > Relocations;
216
object::macho::
RelocationEntry
&MRE) {
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
352
macho::
RelocationEntry
RE = Obj->getRelocation(DR);
/external/llvm/tools/macho-dump/
macho-dump.cpp
102
macho::
RelocationEntry
RE = Obj.getRelocation(I->getRawDataRefImpl());
/external/llvm/lib/MC/
MachObjectWriter.cpp
794
std::vector<macho::
RelocationEntry
> &Relocs = Relocations[it];
867
std::vector<macho::
RelocationEntry
> &Relocs = Relocations[it];
[
all
...]
Completed in 2692 milliseconds