Home
last modified time | relevance | path

Searched refs:esyms (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-i960.c494 bfd_byte *esyms; in coff_i960_relocate_section() local
498 esyms = (bfd_byte *) obj_coff_external_syms (input_bfd); in coff_i960_relocate_section()
499 esyms += (symndx + 2) * bfd_coff_symesz (input_bfd); in coff_i960_relocate_section()
500 bfd_coff_swap_aux_in (input_bfd, esyms, sym->n_type, in coff_i960_relocate_section()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c5238 Elf32_External_Sym * esyms = NULL; in get_32bit_elf_symbols() local
5277 esyms = (Elf32_External_Sym *) get_data (NULL, file, section->sh_offset, 1, in get_32bit_elf_symbols()
5279 if (esyms == NULL) in get_32bit_elf_symbols()
5318 psym->st_name = BYTE_GET (esyms[j].st_name); in get_32bit_elf_symbols()
5319 psym->st_value = BYTE_GET (esyms[j].st_value); in get_32bit_elf_symbols()
5320 psym->st_size = BYTE_GET (esyms[j].st_size); in get_32bit_elf_symbols()
5321 psym->st_shndx = BYTE_GET (esyms[j].st_shndx); in get_32bit_elf_symbols()
5327 psym->st_info = BYTE_GET (esyms[j].st_info); in get_32bit_elf_symbols()
5328 psym->st_other = BYTE_GET (esyms[j].st_other); in get_32bit_elf_symbols()
5334 if (esyms != NULL) in get_32bit_elf_symbols()
[all …]