mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 08:38:10 +08:00
Put size and endianness in parameters.
This commit is contained in:
@ -56,7 +56,7 @@ class Dynobj : public Object
|
||||
// number of local dynamic symbols, which is the index of the first
|
||||
// dynamic gobal symbol.
|
||||
static void
|
||||
create_elf_hash_table(const Target*, const std::vector<Symbol*>& dynsyms,
|
||||
create_elf_hash_table(const std::vector<Symbol*>& dynsyms,
|
||||
unsigned int local_dynsym_count,
|
||||
unsigned char** pphash,
|
||||
unsigned int* phashlen);
|
||||
@ -66,7 +66,7 @@ class Dynobj : public Object
|
||||
// of local dynamic symbols, which is the index of the first dynamic
|
||||
// gobal symbol.
|
||||
static void
|
||||
create_gnu_hash_table(const Target*, const std::vector<Symbol*>& dynsyms,
|
||||
create_gnu_hash_table(const std::vector<Symbol*>& dynsyms,
|
||||
unsigned int local_dynsym_count,
|
||||
unsigned char** pphash, unsigned int* phashlen);
|
||||
|
||||
|
Reference in New Issue
Block a user