Home
last modified time | relevance | path

Searched defs: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() argument
107 DynRegionInfo(const Binary &Owner, const ObjDumper &D, const uint8_t *A, in DynRegionInfo() argument
112 const uint8_t *Addr = nullptr;
114 uint64_t Size = 0;
116 uint64_t EntSize = 0;
119 const Binary *Obj;
121 const ObjDumper *Dumper;
123 std::string Context;
125 StringRef SizePrintName = "size";
[all …]