HomeSort by relevance Sort by last modified time
    Searched refs:ELFRelocationEntry (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 46 const ELFRelocationEntry &A = *(const ELFRelocationEntry *)AP;
47 const ELFRelocationEntry &B = *(const ELFRelocationEntry *)BP;
59 std::vector<ELFRelocationEntry> &Relocs) {
ELFObjectWriter.cpp 93 std::vector<ELFRelocationEntry> > Relocations;
770 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);
    [all...]
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 29 struct ELFRelocationEntry {
38 ELFRelocationEntry()
41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType,
87 std::vector<ELFRelocationEntry> &Relocs);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 25 RelEntry(const ELFRelocationEntry &R, const MCSymbol *S, int64_t O) :
27 ELFRelocationEntry Reloc;
51 std::vector<ELFRelocationEntry> &Relocs);
220 std::vector<ELFRelocationEntry> &Relocs) {
230 for (std::vector<ELFRelocationEntry>::reverse_iterator R = Relocs.rbegin();

Completed in 184 milliseconds