HomeSort by relevance Sort by last modified time
    Searched refs:ELFRelocationEntry (Results 1 - 5 of 5) 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 {
94 std::vector<ELFRelocationEntry> &Relocs);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 39 std::vector<ELFRelocationEntry> &Relocs);
42 class PPCELFRelocationEntry : public ELFRelocationEntry {
44 PPCELFRelocationEntry(const ELFRelocationEntry &RE);
52 PPCELFRelocationEntry::PPCELFRelocationEntry(const ELFRelocationEntry &RE)
53 : ELFRelocationEntry(RE.r_offset, RE.Index, RE.Type, RE.Symbol,
269 std::vector<ELFRelocationEntry> &Relocs) {
275 for (std::vector<ELFRelocationEntry>::iterator R = Relocs.begin();
287 Relocs[I] = ELFRelocationEntry(R->r_offset, R->Index, R->Type,
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 48 std::vector<ELFRelocationEntry> &Relocs) {
ELFObjectWriter.cpp 93 std::vector<ELFRelocationEntry> > Relocations;
773 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;
51 std::vector<ELFRelocationEntry> &Relocs);
220 std::vector<ELFRelocationEntry> &Relocs) {
230 for (std::vector<ELFRelocationEntry>::reverse_iterator R = Relocs.rbegin();

Completed in 76 milliseconds