Home
last modified time | relevance | path

Searched refs:reg_sect (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dhpux-core.c318 asection *reg_sect; in hpux_core_core_file_p() local
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
325 if (reg_sect == NULL) in hpux_core_core_file_p()
328 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Dhpux-core.c306 asection *reg_sect; in hpux_core_core_file_p() local
310 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
313 if (reg_sect == NULL) in hpux_core_core_file_p()
316 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Dhpux-core.c306 asection *reg_sect; in hpux_core_core_file_p() local
310 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
313 if (reg_sect == NULL) in hpux_core_core_file_p()
316 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dhpux-core.c318 asection *reg_sect; in hpux_core_core_file_p() local
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
325 if (reg_sect == NULL) in hpux_core_core_file_p()
328 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dhpux-core.c319 asection *reg_sect; in hpux_core_core_file_p() local
323 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
326 if (reg_sect == NULL) in hpux_core_core_file_p()
329 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/gdb/gdb-11.1/bfd/
H A Dhpux-core.c306 asection *reg_sect; in hpux_core_core_file_p() local
310 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
313 if (reg_sect == NULL) in hpux_core_core_file_p()
316 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dhpux-core.c319 asection *reg_sect; in hpux_core_core_file_p() local
323 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
326 if (reg_sect == NULL) in hpux_core_core_file_p()
329 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dhpux-core.c318 asection *reg_sect; in hpux_core_core_file_p() local
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
325 if (reg_sect == NULL) in hpux_core_core_file_p()
328 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Dhpux-core.c318 asection *reg_sect; in hpux_core_core_file_p() local
322 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
325 if (reg_sect == NULL) in hpux_core_core_file_p()
328 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/binutils/binutils-2.37/bfd/
H A Dhpux-core.c306 asection *reg_sect; in hpux_core_core_file_p() local
310 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags, in hpux_core_core_file_p()
313 if (reg_sect == NULL) in hpux_core_core_file_p()
316 reg_sect->filepos = asect->filepos; in hpux_core_core_file_p()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dhpux-core.c327 asection *reg_sect; local
331 reg_sect = make_bfd_asection (abfd, ".reg", asect->flags,
334 if (reg_sect == NULL)
337 reg_sect->filepos = asect->filepos;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcorelow.c259 asection *reg_sect = (asection *) reg_sect_arg; in add_to_thread_list() local
270 if (reg_sect != NULL in add_to_thread_list()
271 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */ in add_to_thread_list()
H A DChangeLog-19963375 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcorelow.c259 asection *reg_sect = (asection *) reg_sect_arg; in add_to_thread_list() local
270 if (reg_sect != NULL in add_to_thread_list()
271 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */ in add_to_thread_list()
H A DChangeLog-19963375 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcorelow.c320 add_to_thread_list (asection *asect, asection *reg_sect) in add_to_thread_list() argument
354 if (reg_sect != NULL in add_to_thread_list()
355 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */ in add_to_thread_list()
491 asection *reg_sect = bfd_get_section_by_name (core_bfd, ".reg"); in core_target_open() local
493 add_to_thread_list (sect, reg_sect); in core_target_open()
H A DChangeLog-19963373 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dcorelow.c251 asection *reg_sect = (asection *) reg_sect_arg; in add_to_thread_list() local
276 if (reg_sect != NULL in add_to_thread_list()
277 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */ in add_to_thread_list()
H A DChangeLog-19963375 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dcorelow.c238 asection *reg_sect = (asection *) reg_sect_arg; in add_to_thread_list() local
269 if (reg_sect != NULL in add_to_thread_list()
270 && asect->filepos == reg_sect->filepos) /* Did we find .reg? */ in add_to_thread_list()
H A DChangeLog-19963375 * corelow.c (add_to_thread_list): Make sure reg_sect is non-null