Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Dnlist_ecoff.c70 const struct ecoff_extsym *esyms; in __fdnlist_ecoff() local
127 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()
/netbsd/src/usr.sbin/kvm_mkdb/
Dnlist_ecoff.c86 struct ecoff_extsym *esyms; local
153 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;
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c7055 Elf32_External_Sym * esyms = NULL; in get_32bit_elf_symbols() local
7098 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 …]
/netbsd/src/sys/arch/mvme68k/mvme68k/
Dlocore.s113 movl %sp@(24),%d2 | get esyms
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dxcofflink.c4744 bfd_byte *esyms; in bfd_xcoff_size_stubs() local
4753 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()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dxcofflink.c4744 bfd_byte *esyms; in bfd_xcoff_size_stubs() local
4753 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()