Searched refs:reg_sect (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dhpux-core.c318 asection *reg_sect; local
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags,
325 if (reg_sect == NULL)
328 reg_sect->filepos = asect->filepos;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dhpux-core.c306 asection *reg_sect; local
310 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags,
313 if (reg_sect == NULL)
316 reg_sect->filepos = asect->filepos;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dhpux-core.c318 asection *reg_sect; local
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags,
325 if (reg_sect == NULL)
328 reg_sect->filepos = asect->filepos;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dhpux-core.c306 asection *reg_sect; local
310 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags,
313 if (reg_sect == NULL)
316 reg_sect->filepos = asect->filepos;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcorelow.c355 add_to_thread_list (asection *asect, asection *reg_sect) argument
389 if (reg_sect != NULL
390 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */
547 asection *reg_sect = bfd_get_section_by_name (core_bfd, ".reg"); local
549 add_to_thread_list (sect, reg_sect);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcorelow.c329 asection *reg_sect = (asection *) reg_sect_arg; local
360 if (reg_sect != NULL
361 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */

Completed in 238 milliseconds