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.cpp101 struct DynRegionInfo { struct
102 DynRegionInfo(const Binary &Owner, const ObjDumper &D) in DynRegionInfo() function
104 DynRegionInfo(const Binary &Owner, const ObjDumper &D, const uint8_t *A, in DynRegionInfo() argument
109 const uint8_t *Addr = nullptr;
111 uint64_t Size = 0;
113 uint64_t EntSize = 0;
116 const Binary *Obj;
118 const ObjDumper *Dumper;
120 std::string Context;
122 StringRef SizePrintName = "size";
[all …]