OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationEntry
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h
103
struct
RelocationEntry
{
110
RelocationEntry
(StringRef t, uint64_t offset, uint32_t data, int64_t addend)
114
typedef SmallVector<
RelocationEntry
, 4> RelocationList;
RuntimeDyldMachO.cpp
216
InMemoryStruct<macho::
RelocationEntry
> RE;
260
Relocations[SourceName].push_back(
RelocationEntry
(TargetName,
353
InMemoryStruct<macho::
RelocationEntry
> RE;
391
Relocations[SourceName].push_back(
RelocationEntry
(TargetName,
498
RelocationEntry
&RE = Relocs[i];
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
197
macho::
RelocationEntry
MRE;
208
macho::
RelocationEntry
MRE;
260
macho::
RelocationEntry
MRE;
270
macho::
RelocationEntry
MRE;
370
macho::
RelocationEntry
MRE;
/external/llvm/include/llvm/MC/
MCMachObjectWriter.h
94
std::vector<object::macho::
RelocationEntry
> > Relocations;
197
object::macho::
RelocationEntry
&MRE) {
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
191
macho::
RelocationEntry
MRE;
328
macho::
RelocationEntry
MRE;
384
macho::
RelocationEntry
MRE;
394
macho::
RelocationEntry
MRE;
441
macho::
RelocationEntry
MRE;
536
macho::
RelocationEntry
MRE;
/external/llvm/include/llvm/Object/
MachOObject.h
170
InMemoryStruct<macho::
RelocationEntry
> &Res) const;
MachO.h
109
InMemoryStruct<macho::
RelocationEntry
> &Res) const;
MachOFormat.h
294
struct
RelocationEntry
{
/external/llvm/lib/Object/
MachOObject.cpp
319
void SwapStruct(macho::
RelocationEntry
&Value) {
325
InMemoryStruct<macho::
RelocationEntry
> &Res) const {
327
Index * sizeof(macho::
RelocationEntry
));
MachOObjectFile.cpp
576
InMemoryStruct<macho::
RelocationEntry
> &Res) const {
607
InMemoryStruct<macho::
RelocationEntry
> RE;
614
InMemoryStruct<macho::
RelocationEntry
> RE;
635
InMemoryStruct<macho::
RelocationEntry
> RE;
646
InMemoryStruct<macho::
RelocationEntry
> RE;
/external/llvm/tools/macho-dump/
macho-dump.cpp
98
InMemoryStruct<macho::
RelocationEntry
> RE;
/external/llvm/lib/MC/
MachObjectWriter.cpp
690
std::vector<macho::
RelocationEntry
> &Relocs = Relocations[it];
749
std::vector<macho::
RelocationEntry
> &Relocs = Relocations[it];
Completed in 177 milliseconds