- Timestamp:
- Jul 18, 2012, 4:59:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/memo/include/libelfpp/elfpp/elfpp_section.hxx
r163 r173 23 23 24 24 #include <stdexcept> 25 25 26 26 27 namespace elfpp … … 130 131 } 131 132 132 void section::set_content(void* a)133 {134 content_ = (uint8_t*) a;135 }136 137 133 uint8_t * section::get_content() const 138 134 {
Note: See TracChangeset
for help on using the changeset viewer.