Changes

25 bytes added ,  02:21, 28 June 2015
m
export name offset is from start of section
Line 26: Line 26:  
<pre>
 
<pre>
 
uint32_t addr; // 0
 
uint32_t addr; // 0
uint32_t name_index; // 4; index into the nametable
+
uint32_t name_offset; // 4: offset of the name from the start of the section
 
</pre>
 
</pre>
  
28

edits