Searched refs:Elf64_External_Sym (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/include/elf/ |
D | external.h | 156 } Elf64_External_Sym; typedef
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-sparc.c | 796 sizeof (Elf64_External_Sym),
|
D | elf64-mips.c | 4350 sizeof (Elf64_External_Sym),
|
D | elf64-hppa.c | 3999 sizeof (Elf64_External_Sym),
|
D | elf64-s390.c | 3780 sizeof (Elf64_External_Sym),
|
D | elf.c | 517 unsigned char esym[sizeof (Elf64_External_Sym)]; in group_signature() 2131 unsigned char esym[sizeof (Elf64_External_Sym)]; in bfd_sym_from_r_symndx()
|
D | elf64-alpha.c | 5450 sizeof (Elf64_External_Sym),
|
D | elf64-ia64-vms.c | 5406 sizeof (Elf64_External_Sym),
|
D | elflink.c | 629 char esym[sizeof (Elf64_External_Sym)]; in bfd_elf_link_record_local_dynamic_symbol()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 4808 Elf64_External_Sym * esyms = NULL; in get_64bit_elf_symbols() 4830 if (number * sizeof (Elf64_External_Sym) > section->sh_size + 1) in get_64bit_elf_symbols() 4836 esyms = (Elf64_External_Sym *) get_data (NULL, file, section->sh_offset, 1, in get_64bit_elf_symbols() 8382 section.sh_entsize = sizeof (Elf64_External_Sym); in process_dynamic_section()
|