Home
last modified time | relevance | path

Searched refs:sym_offset (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Ddbxread.c839 stabs_seek (int sym_offset) in stabs_seek() argument
843 symbuf_read += sym_offset; in stabs_seek()
844 symbuf_left -= sym_offset; in stabs_seek()
847 bfd_seek (symfile_bfd, sym_offset, SEEK_CUR); in stabs_seek()
2463 int sym_offset; /* Offset to start of symbols to read */ in read_ofile_symtab() local
2470 sym_offset = LDSYMOFF (pst); in read_ofile_symtab()
2490 symbuf_left = sym_offset + sym_size; in read_ofile_symtab()
2498 if (!processing_acc_compilation && sym_offset >= (int) symbol_size) in read_ofile_symtab()
2500 stabs_seek (sym_offset - symbol_size); in read_ofile_symtab()
2543 stabs_seek (sym_offset); in read_ofile_symtab()
H A Dhpread.c2784 hpread_expand_symtab (struct objfile *objfile, int sym_offset, int sym_size, in hpread_expand_symtab() argument
2794 int sym_index = sym_offset / sizeof (struct dntt_type_block); in hpread_expand_symtab()
/freebsd-12.1/contrib/binutils/bfd/
H A Delfxx-mips.c6784 bfd_signed_vma sym_offset; in _bfd_mips_relax_section() local
6859 sym_offset = (symval + irel->r_addend) in _bfd_mips_relax_section()
6863 if ((sym_offset & 3) != 0) in _bfd_mips_relax_section()
6866 sym_offset >>= 2; in _bfd_mips_relax_section()
6869 if (sym_offset < -0x8000 || sym_offset >= 0x8000) in _bfd_mips_relax_section()
6896 instruction |= (sym_offset & 0xffff); in _bfd_mips_relax_section()