Searched refs:DynRelaRegion (Results 1 – 1 of 1) sorted by relevance
182 DynRegionInfo DynRelaRegion; member in __anon07d3185e0111::ELFDumper240 const DynRegionInfo &getDynRelaRegion() const { return DynRelaRegion; } in getDynRelaRegion()1404 DynRelaRegion.Addr = toMappedAddr(Dyn.getPtr()); in parseDynamicTable()1407 DynRelaRegion.Size = Dyn.getVal(); in parseDynamicTable()1410 DynRelaRegion.EntSize = Dyn.getVal(); in parseDynamicTable()1454 return DynRelaRegion.getAsArrayRef<Elf_Rela>(); in dyn_relas()3011 const DynRegionInfo &DynRelaRegion = this->dumper()->getDynRelaRegion(); in printDynamicRelocations() local3013 if (DynRelaRegion.Size > 0) { in printDynamicRelocations()3015 << format_hex(reinterpret_cast<const uint8_t *>(DynRelaRegion.Addr) - in printDynamicRelocations()3017 1) << " contains " << DynRelaRegion.Size << " bytes:\n"; in printDynamicRelocations()[all …]