Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp96 struct DynRegionInfo { struct
97 DynRegionInfo(const Binary &Owner, const ObjDumper &D) in DynRegionInfo() function
99 DynRegionInfo(const Binary &Owner, const ObjDumper &D, const uint8_t *A, in DynRegionInfo() argument
104 const uint8_t *Addr = nullptr;
106 uint64_t Size = 0;
108 uint64_t EntSize = 0;
111 const Binary *Obj;
113 const ObjDumper *Dumper;
115 std::string Context;
117 StringRef SizePrintName = "size";
[all …]