HomeSort by relevance Sort by last modified time
    Searched defs:Rel (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h 50 typedef llvm::ELF::Elf32_Rel Rel;
97 /// readRel - read ELF rel and create Relocation
140 typedef llvm::ELF::Elf64_Rel Rel;
187 /// readRel - read ELF rel and create Relocation
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 73 COFFYAML::Relocation Rel;
76 Sym->getName(Rel.SymbolName);
77 Rel.VirtualAddress = reloc->VirtualAddress;
78 Rel.Type = reloc->Type;
79 Relocations.push_back(Rel);
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 60 typedef llvm::ELF::Elf32_Rel Rel;
78 { return sizeof(Rel); }
97 typedef llvm::ELF::Elf64_Rel Rel;
115 { return sizeof(Rel); }
  /external/llvm/include/llvm/Object/
MachO.h 97 virtual error_code getRelocationNext(DataRefImpl Rel,
99 virtual error_code getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const;
100 virtual error_code getRelocationOffset(DataRefImpl Rel, uint64_t &Res) const;
101 virtual symbol_iterator getRelocationSymbol(DataRefImpl Rel) const;
102 virtual error_code getRelocationType(DataRefImpl Rel, uint64_t &Res) const;
103 virtual error_code getRelocationTypeName(DataRefImpl Rel,
105 virtual error_code getRelocationValueString(DataRefImpl Rel,
107 virtual error_code getRelocationHidden(DataRefImpl Rel, bool &Result) const;
183 macho::RelocationEntry getRelocation(DataRefImpl Rel) const;
184 macho::DataInCodeTableEntry getDice(DataRefImpl Rel) const
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 61 typedef llvm::ELF::Elf32_Rel Rel;
82 typedef llvm::ELF::Elf64_Rel Rel;

Completed in 85 milliseconds