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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c846 stabs_seek (int sym_offset)
850 symbuf_read += sym_offset;
851 symbuf_left -= sym_offset;
854 bfd_seek (symfile_bfd, sym_offset, SEEK_CUR);
2472 int sym_offset; /* Offset to start of symbols to read */
2479 sym_offset = LDSYMOFF (pst);
2499 symbuf_left = sym_offset + sym_size;
2507 if (!processing_acc_compilation && sym_offset >= (int) symbol_size)
2509 stabs_seek (sym_offset - symbol_size);
2552 stabs_seek (sym_offset);
839 stabs_seek(int sym_offset) argument
2463 int sym_offset; /* Offset to start of symbols to read */ local
[all...]
H A Dhpread.c2798 hpread_expand_symtab (struct objfile *objfile, int sym_offset, int sym_size,
2808 int sym_index = sym_offset / sizeof (struct dntt_type_block);
2784 hpread_expand_symtab(struct objfile *objfile, int sym_offset, int sym_size, CORE_ADDR text_offset, int text_size, struct section_offsets *section_offsets, char *filename) argument
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delfxx-mips.c6813 bfd_signed_vma sym_offset;
6888 sym_offset = (symval + irel->r_addend)
6892 if ((sym_offset & 3) != 0)
6895 sym_offset >>= 2;
6898 if (sym_offset < -0x8000 || sym_offset >= 0x8000)
6925 instruction |= (sym_offset & 0xffff);
6784 bfd_signed_vma sym_offset; local

Completed in 108 milliseconds