Searched refs:esyms (Results 1 – 6 of 6) sorted by relevance
70 const struct ecoff_extsym *esyms; in __fdnlist_ecoff() local127 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms)) in __fdnlist_ecoff()129 esyms = (const void *)&mappedfile[symhdrp->cbExtOffset]; in __fdnlist_ecoff()160 &mappedfile[extstroff + esyms[i].es_strindex]; in __fdnlist_ecoff()166 p->n_value = esyms[i].es_value; in __fdnlist_ecoff()
86 struct ecoff_extsym *esyms; local153 if (check(symhdrp->cbExtOffset, nesyms * sizeof *esyms))155 esyms = (struct ecoff_extsym *)&mappedfile[symhdrp->cbExtOffset];186 fsymname = &mappedfile[extrstroff + esyms[i].es_strindex];206 nbuf.n_value = esyms[i].es_value;
7055 Elf32_External_Sym * esyms = NULL; in get_32bit_elf_symbols() local7098 esyms = (Elf32_External_Sym *) get_data (NULL, filedata, section->sh_offset, 1, in get_32bit_elf_symbols()7100 if (esyms == NULL) in get_32bit_elf_symbols()7143 psym->st_name = BYTE_GET (esyms[j].st_name); in get_32bit_elf_symbols()7144 psym->st_value = BYTE_GET (esyms[j].st_value); in get_32bit_elf_symbols()7145 psym->st_size = BYTE_GET (esyms[j].st_size); in get_32bit_elf_symbols()7146 psym->st_shndx = BYTE_GET (esyms[j].st_shndx); in get_32bit_elf_symbols()7152 psym->st_info = BYTE_GET (esyms[j].st_info); in get_32bit_elf_symbols()7153 psym->st_other = BYTE_GET (esyms[j].st_other); in get_32bit_elf_symbols()7158 free (esyms); in get_32bit_elf_symbols()[all …]
113 movl %sp@(24),%d2 | get esyms
4744 bfd_byte *esyms; in bfd_xcoff_size_stubs() local4753 esyms = (bfd_byte *) obj_coff_external_syms (input_bfd); in bfd_xcoff_size_stubs()4824 (void *) esyms + irel->r_symndx * symesz, in bfd_xcoff_size_stubs()