MCPcopy Create free account
hub / github.com/lief-project/LIEF / pointer_size

Method pointer_size

src/ART/Header.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74uint32_t Header::pointer_size() const {
75 return pointer_size_;
76}
77
78bool Header::compile_pic() const {
79 return compile_pic_;

Callers 4

Header.cppFile · 0.80
visitMethod · 0.80
visitMethod · 0.80
DyldInfo.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected