comparison objgrep/intstruct.h @ 173:77cd647375e5

objgrep -r: dump symbols in other sections recovered through relocs
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 04 Jul 2014 06:34:33 +0000
parents c25367bb7656
children
comparison
equal deleted inserted replaced
172:452baa748747 173:77cd647375e5
11 unsigned line_offset; 11 unsigned line_offset;
12 unsigned nreloc; 12 unsigned nreloc;
13 unsigned nlineent; 13 unsigned nlineent;
14 unsigned flags; 14 unsigned flags;
15 unsigned nsymbols; 15 unsigned nsymbols;
16 unsigned recov_flag;
17 unsigned recov_addr;
16 }; 18 };
17 19
18 struct internal_syment { 20 struct internal_syment {
19 unsigned number; 21 unsigned number;
20 char *name; 22 char *name;
30 unsigned location; 32 unsigned location;
31 struct internal_scnhdr *secbase; 33 struct internal_scnhdr *secbase;
32 struct internal_syment *extsym; 34 struct internal_syment *extsym;
33 int type; 35 int type;
34 unsigned addend; 36 unsigned addend;
37 unsigned symvalue;
35 }; 38 };