Searched refs:ld_stab (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dsun4.h156 pointed to by ld_stab. I think the only way to determine the
164 every byte from ld_hash to ld_stab is devoted to the hash table.
193 number of symbols is to assume that all the bytes between ld_stab
195 unsigned long ld_stab; member in struct:internal_sun4_dynamic_link
228 bfd_byte ld_stab[4]; member in struct:external_sun4_dynamic_link
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dsun4.h156 pointed to by ld_stab. I think the only way to determine the
164 every byte from ld_hash to ld_stab is devoted to the hash table.
193 number of symbols is to assume that all the bytes between ld_stab
195 unsigned long ld_stab; member in struct:internal_sun4_dynamic_link
228 bfd_byte ld_stab[4]; member in struct:external_sun4_dynamic_link
/openbsd-current/gnu/usr.bin/binutils/gdb/config/
H A Dnm-nbsdaout.h48 #define ld_stab sdt_nzlist macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsunos.c217 info->dyninfo.ld_stab = GET_WORD (abfd, linkinfo.ld_stab);
235 info->dyninfo.ld_stab += exec_bytes_size;
241 info->dynsym_count = ((info->dyninfo.ld_symbols - info->dyninfo.ld_stab)
245 - info->dyninfo.ld_stab));
310 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_stab, SEEK_SET) != 0
369 table_size = info->dyninfo.ld_stab - info->dyninfo.ld_hash;
831 is put in the ld_stab field. */
2910 esdl.ld_stab);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsunos.c188 info->dyninfo.ld_stab = GET_WORD (abfd, linkinfo.ld_stab);
206 info->dyninfo.ld_stab += exec_bytes_size;
212 info->dynsym_count = ((info->dyninfo.ld_symbols - info->dyninfo.ld_stab)
216 - info->dyninfo.ld_stab));
279 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_stab, SEEK_SET) != 0
336 table_size = info->dyninfo.ld_stab - info->dyninfo.ld_hash;
788 is put in the ld_stab field. */
2838 esdl.ld_stab);

Completed in 142 milliseconds