Searched refs:symbase (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/usr.bin/crunch/crunchide/
H A Dexec_aout.c54 struct nlist *symbase; variable in typeref:struct:nlist
145 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp));
158 for(symp = symbase; symp < symbase + nsyms; symp++) {
199 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
202 filename, SYMSTR(&symbase[relp->r_symbolnum]));
/netbsd-current/sys/arch/i386/stand/lib/
H A Dexec_multiboot1.c46 ksyms_addr_set(void *ehdr, void *shdr, void *symbase) argument
101 shaddr = (uint64_t)(uintptr_t)(symbase + shoffset);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfcode.h1194 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1238 sym = symbase = NULL;
1251 symbase = (elf_symbol_type *) bfd_zalloc (abfd, amt);
1252 if (symbase == (elf_symbol_type *) NULL)
1287 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1423 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1427 symcount = sym - symbase;
1434 sym = symbase;
1191 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Dsom.c4656 som_symbol_type *sym, *symbase = NULL;
4690 symbase = bfd_zmalloc (amt);
4691 if (symbase == NULL)
4696 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4833 abfd->symcount = sym - symbase;
4836 obj_som_symtab (abfd) = symbase;
4842 free (symbase);
4854 som_symbol_type *symbase;
4860 symbase = obj_som_symtab (abfd);
4862 for (; i > 0; i--, location++, symbase
4655 som_symbol_type *sym, *symbase = NULL; local
4853 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c423 coff_symbol_type *symbase; local
429 symbase = obj_symbols (abfd);
432 *location++ = symbase++;
H A Decoff.c974 ecoff_symbol_type *symbase;
982 symbase = ecoff_data (abfd)->canonical_symbols;
985 *(location++) = symbase++;
971 ecoff_symbol_type *symbase; local
H A Dpdp11.c1800 aout_symbol_type *symbase;
1805 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
1806 *(location++) = (asymbol *)(symbase++);
1795 aout_symbol_type *symbase; local
H A Daoutx.h1928 aout_symbol_type *symbase;
1933 for (symbase = obj_aout_symbols (abfd);
1936 *(location++) = (asymbol *) (symbase++);
1923 aout_symbol_type *symbase; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfcode.h1177 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1221 sym = symbase = NULL;
1234 symbase = (elf_symbol_type *) bfd_zalloc (abfd, amt);
1235 if (symbase == (elf_symbol_type *) NULL)
1270 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1400 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1404 symcount = sym - symbase;
1411 sym = symbase;
1174 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Dsom.c4655 som_symbol_type *sym, *symbase = NULL;
4689 symbase = bfd_zmalloc (amt);
4690 if (symbase == NULL)
4695 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4822 abfd->symcount = sym - symbase;
4825 obj_som_symtab (abfd) = symbase;
4831 free (symbase);
4843 som_symbol_type *symbase;
4849 symbase = obj_som_symtab (abfd);
4851 for (; i > 0; i--, location++, symbase
4654 som_symbol_type *sym, *symbase = NULL; local
4842 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c423 coff_symbol_type *symbase; local
429 symbase = obj_symbols (abfd);
432 *location++ = symbase++;
H A Decoff.c1016 ecoff_symbol_type *symbase;
1024 symbase = ecoff_data (abfd)->canonical_symbols;
1027 *(location++) = symbase++;
1013 ecoff_symbol_type *symbase; local
H A Dpdp11.c1799 aout_symbol_type *symbase;
1804 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
1805 *(location++) = (asymbol *)(symbase++);
1794 aout_symbol_type *symbase; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfcode.h1201 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1245 sym = symbase = NULL;
1258 symbase = (elf_symbol_type *) bfd_zalloc (abfd, amt);
1259 if (symbase == (elf_symbol_type *) NULL)
1294 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1430 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1434 symcount = sym - symbase;
1441 sym = symbase;
1198 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Dsom.c4653 som_symbol_type *sym, *symbase = NULL;
4687 symbase = bfd_zmalloc (amt);
4688 if (symbase == NULL)
4693 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4830 abfd->symcount = sym - symbase;
4833 obj_som_symtab (abfd) = symbase;
4839 free (symbase);
4851 som_symbol_type *symbase;
4857 symbase = obj_som_symtab (abfd);
4859 for (; i > 0; i--, location++, symbase
4652 som_symbol_type *sym, *symbase = NULL; local
4850 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c401 coff_symbol_type *symbase; local
407 symbase = obj_symbols (abfd);
410 *location++ = symbase++;
H A Decoff.c974 ecoff_symbol_type *symbase;
982 symbase = ecoff_data (abfd)->canonical_symbols;
985 *(location++) = symbase++;
971 ecoff_symbol_type *symbase; local
H A Dpdp11.c1800 aout_symbol_type *symbase;
1805 for (symbase = obj_aout_symbols (abfd); counter++ < bfd_get_symcount (abfd);)
1806 *(location++) = (asymbol *)(symbase++);
1795 aout_symbol_type *symbase; local
H A Daoutx.h1928 aout_symbol_type *symbase;
1933 for (symbase = obj_aout_symbols (abfd);
1936 *(location++) = (asymbol *) (symbase++);
1923 aout_symbol_type *symbase; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfcode.h1194 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */
1238 sym = symbase = NULL;
1251 symbase = (elf_symbol_type *) bfd_zalloc (abfd, amt);
1252 if (symbase == (elf_symbol_type *) NULL)
1287 for (isym = isymbuf + 1, sym = symbase; isym < isymend; isym++, sym++)
1423 (*ebd->elf_backend_symbol_table_processing) (abfd, symbase, symcount);
1427 symcount = sym - symbase;
1434 sym = symbase;
1191 elf_symbol_type *symbase; /* Buffer for generated bfd symbols */ local
H A Dsom.c4656 som_symbol_type *sym, *symbase = NULL;
4690 symbase = bfd_zmalloc (amt);
4691 if (symbase == NULL)
4696 for (bufp = buf, sym = symbase; bufp < endbufp; ++bufp)
4833 abfd->symcount = sym - symbase;
4836 obj_som_symtab (abfd) = symbase;
4842 free (symbase);
4854 som_symbol_type *symbase;
4860 symbase = obj_som_symtab (abfd);
4862 for (; i > 0; i--, location++, symbase
4655 som_symbol_type *sym, *symbase = NULL; local
4853 som_symbol_type *symbase; local
[all...]
H A Dcoffgen.c423 coff_symbol_type *symbase; local
429 symbase = obj_symbols (abfd);
432 *location++ = symbase++;
H A Daoutx.h1928 aout_symbol_type *symbase;
1933 for (symbase = obj_aout_symbols (abfd);
1936 *(location++) = (asymbol *) (symbase++);
1923 aout_symbol_type *symbase; local
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c1065 char *symbase = base + shdr[shdr[dynSec].sh_link].sh_offset; local
1077 i, (long long) sym->st_name, symbase + sym->st_name,
1122 mapName, (void*) st_value, sym->st_size, symbase + sym->st_name);
1126 (long) sym->st_size, symbase + sym->st_name);
1137 dynfuncname[ndyn] = CALL_UTIL (libc_strdup)(symbase + sym->st_name);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmmaptrace.c1065 char *symbase = base + shdr[shdr[dynSec].sh_link].sh_offset; local
1077 i, (long long) sym->st_name, symbase + sym->st_name,
1122 mapName, (void*) st_value, sym->st_size, symbase + sym->st_name);
1126 (long) sym->st_size, symbase + sym->st_name);
1137 dynfuncname[ndyn] = CALL_UTIL (libc_strdup)(symbase + sym->st_name);

Completed in 502 milliseconds

12