Home
last modified time | relevance | path

Searched refs:Elf64_External_Sym (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dexternal.h156 } Elf64_External_Sym; typedef
/toolchain/binutils/binutils-2.25/bfd/
Delf64-sparc.c796 sizeof (Elf64_External_Sym),
Delf64-mips.c4350 sizeof (Elf64_External_Sym),
Delf64-hppa.c3999 sizeof (Elf64_External_Sym),
Delf64-s390.c3780 sizeof (Elf64_External_Sym),
Delf.c517 unsigned char esym[sizeof (Elf64_External_Sym)]; in group_signature()
2131 unsigned char esym[sizeof (Elf64_External_Sym)]; in bfd_sym_from_r_symndx()
Delf64-alpha.c5450 sizeof (Elf64_External_Sym),
Delf64-ia64-vms.c5406 sizeof (Elf64_External_Sym),
Delflink.c629 char esym[sizeof (Elf64_External_Sym)]; in bfd_elf_link_record_local_dynamic_symbol()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c4808 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()