Home | History | Annotate | Download | only in llvm-readobj

Lines Matching defs:Relocations

124   const auto &Relocations = RelocMap[Section];
125 for (const auto &Relocation : Relocations) {
352 for (const RelocationRef &Reloc : S.relocations())
355 // Sort relocations by address.
538 // relocations and size of the code.
594 uint32_t Offset = 6; // Skip relocations.
774 ListScope D(W, "Relocations");
775 for (const RelocationRef &Reloc : Sec.relocations())
800 ListScope D(W, "Relocations");
809 for (const RelocationRef &Reloc : Section.relocations()) {