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

/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dsun4.h192 the ld_symbols field. I think the only way to determine the
194 and ld_symbols are external_nlist structures. */
205 unsigned long ld_symbols; member in struct:internal_sun4_dynamic_link
231 bfd_byte ld_symbols[4]; member in struct:external_sun4_dynamic_link
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dsun4.h192 the ld_symbols field. I think the only way to determine the
194 and ld_symbols are external_nlist structures. */
205 unsigned long ld_symbols; member in struct:internal_sun4_dynamic_link
231 bfd_byte ld_symbols[4]; member in struct:external_sun4_dynamic_link
/openbsd-current/gnu/usr.bin/binutils/gdb/config/
H A Dnm-nbsdaout.h51 #define ld_symbols sdt_strings macro
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsunos.c220 info->dyninfo.ld_symbols = GET_WORD (abfd, linkinfo.ld_symbols);
236 info->dyninfo.ld_symbols += exec_bytes_size;
241 info->dynsym_count = ((info->dyninfo.ld_symbols - info->dyninfo.ld_stab)
244 == (unsigned long) (info->dyninfo.ld_symbols
329 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_symbols, SEEK_SET) != 0
839 The address is put in the ld_symbols field. */
2920 esdl.ld_symbols);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsunos.c191 info->dyninfo.ld_symbols = GET_WORD (abfd, linkinfo.ld_symbols);
207 info->dyninfo.ld_symbols += exec_bytes_size;
212 info->dynsym_count = ((info->dyninfo.ld_symbols - info->dyninfo.ld_stab)
215 == (unsigned long) (info->dyninfo.ld_symbols
298 if (bfd_seek (abfd, (file_ptr) info->dyninfo.ld_symbols, SEEK_SET) != 0
796 The address is put in the ld_symbols field. */
2848 esdl.ld_symbols);

Completed in 207 milliseconds