Home
last modified time | relevance | path

Searched refs:DynRegionInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp104 struct DynRegionInfo { struct
105 DynRegionInfo(const Binary &Owner, const ObjDumper &D) in DynRegionInfo() function
107 DynRegionInfo(const Binary &Owner, const ObjDumper &D, const uint8_t *A, in DynRegionInfo() function
289 const DynRegionInfo &Reg) {} in printDynamicRelocHeader()
356 Expected<DynRegionInfo> createDRI(uint64_t Offset, uint64_t Size, in createDRI()
363 return DynRegionInfo(ObjF, *this, Obj.base() + Offset, Size, EntSize); in createDRI()
379 DynRegionInfo DynRelRegion;
380 DynRegionInfo DynRelaRegion;
381 DynRegionInfo DynCrelRegion;
382 DynRegionInfo DynRelrRegion;
[all …]