Added fields to hold debug symbol information.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7696 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -41,6 +41,10 @@ struct elf_image_info {
|
|||||||
struct Elf32_Rel *pltrel;
|
struct Elf32_Rel *pltrel;
|
||||||
int pltrel_len;
|
int pltrel_len;
|
||||||
int pltrel_type;
|
int pltrel_type;
|
||||||
|
|
||||||
|
struct Elf32_Sym *debug_symbols;
|
||||||
|
uint32 num_debug_symbols;
|
||||||
|
const char *debug_string_table;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user