Changeset 173 for soft/giet_vm/memo/include/libelfpp/elfpp/elfpp_section.hh
- 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.hh
r163 r173 110 110 111 111 /** @this sets pointer to section content buffer */ 112 inlinevoid set_content(void* a);112 void set_content(void* a); 113 113 /** @this gets pointer to section content buffer */ 114 114 inline uint8_t *get_content() const;
Note: See TracChangeset
for help on using the changeset viewer.