Home
last modified time | relevance | path

Searched refs:cbLine (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decofflink.c669 if (fdr.cbLine == 0 && fdr.rss != -1 && fdr.fMerge) in bfd_ecoff_debug_accumulate()
877 if (fdr.cbLine > 0) in bfd_ecoff_debug_accumulate()
881 input_bfd, pos, (unsigned long) fdr.cbLine)) in bfd_ecoff_debug_accumulate()
884 fdr.cbLineOffset = output_symhdr->cbLine; in bfd_ecoff_debug_accumulate()
886 output_symhdr->cbLine += fdr.cbLine; in bfd_ecoff_debug_accumulate()
1336 add = debug_align - (symhdr->cbLine & (debug_align - 1)); in ecoff_align_debug()
1340 memset ((debug->line + symhdr->cbLine), 0, add); in ecoff_align_debug()
1341 symhdr->cbLine += add; in ecoff_align_debug()
1395 ADD (cbLine, sizeof (unsigned char)); in bfd_ecoff_debug_size()
1445 SET (cbLineOffset, cbLine, sizeof (unsigned char)); in ecoff_write_symhdr()
[all …]
H A Decoffswap.h108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); in ecoff_swap_hdr_in()
150 ECOFF_PUT_OFF (abfd, intern->cbLine, ext->h_cbLine); in ecoff_swap_hdr_out()
239 intern->cbLine = ECOFF_GET_OFF (abfd, ext->f_cbLine); in ecoff_swap_fdr_in()
308 ECOFF_PUT_OFF (abfd, intern->cbLine, ext->f_cbLine); in ecoff_swap_fdr_out()
H A Decoff.c480 FIX (cbLineOffset, cbLine); in ecoff_slurp_symbolic_header()
571 UPDATE_RAW_END (cbLineOffset, cbLine, sizeof (unsigned char)); in _bfd_ecoff_slurp_symbolic_info()
611 FIX (cbLineOffset, cbLine, line, unsigned char *); in _bfd_ecoff_slurp_symbolic_info()
1898 oinfo->symbolic_header.cbLine = iinfo->symbolic_header.cbLine; in _bfd_ecoff_bfd_copy_private_bfd_data()
3819 READ (line, cbLineOffset, cbLine, sizeof (unsigned char)); in ecoff_final_link_debug_accumulate()
4297 symhdr->cbLine = 0; in _bfd_ecoff_bfd_final_link()
H A Delf64-alpha.c1413 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), unsigned char *); in elf64_alpha_read_ecoff_info()
5092 symhdr->cbLine = 0; in elf64_alpha_final_link()
H A Delfxx-mips.c1480 READ (line, cbLineOffset, cbLine, sizeof (unsigned char)); in _bfd_mips_elf_read_ecoff_info()
15042 symhdr->cbLine = 0; in _bfd_mips_elf_final_link()
/netbsd-src/sys/arch/mips/include/
H A Decoff_machdep.h89 int32_t cbLine; member
121 int32_t cbLine; member
/netbsd-src/tools/mips-elf2ecoff/machine/
H A Decoff_machdep.h89 int32_t cbLine; member
121 int32_t cbLine; member
/netbsd-src/external/gpl3/gdb/dist/include/coff/
H A Dsym.h69 bfd_vma cbLine; /* number of bytes for line number entries */ member
138 bfd_vma cbLine; /* size of lines for this file */ member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dsym.h69 bfd_vma cbLine; /* number of bytes for line number entries */ member
138 bfd_vma cbLine; /* size of lines for this file */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dsym.h69 bfd_vma cbLine; /* number of bytes for line number entries */ member
138 bfd_vma cbLine; /* size of lines for this file */ member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decofflink.c669 if (fdr.cbLine == 0 && fdr.rss != -1 && fdr.fMerge) in bfd_ecoff_debug_accumulate()
877 if (fdr.cbLine > 0) in bfd_ecoff_debug_accumulate()
881 input_bfd, pos, (unsigned long) fdr.cbLine)) in bfd_ecoff_debug_accumulate()
884 fdr.cbLineOffset = output_symhdr->cbLine; in bfd_ecoff_debug_accumulate()
886 output_symhdr->cbLine += fdr.cbLine; in bfd_ecoff_debug_accumulate()
1336 add = debug_align - (symhdr->cbLine & (debug_align - 1)); in ecoff_align_debug()
1340 memset ((debug->line + symhdr->cbLine), 0, add); in ecoff_align_debug()
1341 symhdr->cbLine += add; in ecoff_align_debug()
1395 ADD (cbLine, sizeof (unsigned char)); in bfd_ecoff_debug_size()
1445 SET (cbLineOffset, cbLine, sizeof (unsigned char)); in ecoff_write_symhdr()
[all …]
H A Decoffswap.h108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); in ecoff_swap_hdr_in()
150 ECOFF_PUT_OFF (abfd, intern->cbLine, ext->h_cbLine); in ecoff_swap_hdr_out()
239 intern->cbLine = ECOFF_GET_OFF (abfd, ext->f_cbLine); in ecoff_swap_fdr_in()
308 ECOFF_PUT_OFF (abfd, intern->cbLine, ext->f_cbLine); in ecoff_swap_fdr_out()
H A Decoff.c522 UPDATE_RAW_END (cbLineOffset, cbLine, sizeof (unsigned char)); in _bfd_ecoff_slurp_symbolic_info()
1821 oinfo->symbolic_header.cbLine = iinfo->symbolic_header.cbLine; in _bfd_ecoff_bfd_copy_private_bfd_data()
3741 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), in ecoff_final_link_debug_accumulate()
4245 symhdr->cbLine = 0; in _bfd_ecoff_bfd_final_link()
H A Delf64-alpha.c1413 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), unsigned char *); in elf64_alpha_read_ecoff_info()
5109 symhdr->cbLine = 0; in elf64_alpha_final_link()
H A Delfxx-mips.c1431 READ (line, cbLineOffset, cbLine, sizeof (unsigned char), unsigned char *); in _bfd_mips_elf_read_ecoff_info()
14937 symhdr->cbLine = 0; in _bfd_mips_elf_final_link()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-ecoff.c165 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-ecoff.c164 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c3725 file->fdr.cbLine = c - file->fdr.cbLineOffset; in ecoff_build_lineno()
3849 file->fdr.cbLine = c - file->fdr.cbLineOffset; in ecoff_build_lineno()
4682 hdr->cbLine = offset - hdr->cbLineOffset; in ecoff_build_debug()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c3727 file->fdr.cbLine = c - file->fdr.cbLineOffset; in ecoff_build_lineno()
3851 file->fdr.cbLine = c - file->fdr.cbLineOffset; in ecoff_build_lineno()
4684 hdr->cbLine = offset - hdr->cbLineOffset; in ecoff_build_debug()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-19932705 * mipsread.c (parse_lines): Check for cbLine being zero, not
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-19932705 * mipsread.c (parse_lines): Check for cbLine being zero, not
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git64805 (lookup_line): Sanity check fdr cbLineOffset and cbLine.