Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/profiler/unwind/
Deh_frame_hdr.h12 struct EHFrameHdr { struct
13 EHFrameHdr(void* base) : base_(base) { in EHFrameHdr() function
47 size_t nentries() const { in nentries()
51 uint64_t lowpc(size_t i) const { in lowpc()
79 friend std::ostream& operator<<(std::ostream& out, const EHFrameHdr& self) { argument
88 void* table_start_;
89 uint8_t version_;
90 uint8_t eh_frame_ptr_enc_;
91 uint8_t fde_count_enc_;
92 uint8_t table_enc_;
[all …]