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

  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 29 struct ELFRelocationEntry {
38 ELFRelocationEntry()
41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType,
47 bool operator<(const ELFRelocationEntry &RE) const {
92 std::vector<ELFRelocationEntry> &Relocs);
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 45 std::vector<ELFRelocationEntry> &Relocs) {
ELFObjectWriter.cpp 94 std::vector<ELFRelocationEntry> > Relocations;
763 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend, Fixup);
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 25 RelEntry(const ELFRelocationEntry &R, const MCSymbol *S, int64_t O) :
27 ELFRelocationEntry Reloc;
52 std::vector<ELFRelocationEntry> &Relocs);
216 std::vector<ELFRelocationEntry> &Relocs) {
226 for (std::vector<ELFRelocationEntry>::reverse_iterator R = Relocs.rbegin();

Completed in 755 milliseconds