Searched refs:sym_offset (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | dbxread.c | 838 stabs_seek (int sym_offset) in stabs_seek() argument 842 symbuf_read += sym_offset; in stabs_seek() 843 symbuf_left -= sym_offset; in stabs_seek() 846 bfd_seek (symfile_bfd, sym_offset, SEEK_CUR); in stabs_seek() 2456 int sym_offset; /* Offset to start of symbols to read */ in read_ofile_symtab() local 2463 sym_offset = LDSYMOFF (pst); in read_ofile_symtab() 2483 symbuf_left = sym_offset + sym_size; in read_ofile_symtab() 2491 if (!processing_acc_compilation && sym_offset >= (int) symbol_size) in read_ofile_symtab() 2493 stabs_seek (sym_offset - symbol_size); in read_ofile_symtab() 2536 stabs_seek (sym_offset); in read_ofile_symtab()
|
| H A D | hpread.c | 2782 hpread_expand_symtab (struct objfile *objfile, int sym_offset, int sym_size, in hpread_expand_symtab() argument 2792 int sym_index = sym_offset / sizeof (struct dntt_type_block); in hpread_expand_symtab()
|
| H A D | ChangeLog-1992 | 3711 psymtab_to_symtab_1. Use current psymtab's sym_offset and symbol_size,
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-ppc.c | 91 bfd_vma sym_offset; member 2552 - lsect->sym_offset); in elf_finish_pointer_linker_section() 2579 bfd_vma sym_offset; in ppc_elf_create_linker_section() local 2590 sym_offset = 32768; in ppc_elf_create_linker_section() 2619 lsect->sym_offset = sym_offset; in ppc_elf_create_linker_section() 2656 (info, abfd, sym_name, BSF_GLOBAL, s, sym_offset, NULL, in ppc_elf_create_linker_section()
|
| H A D | elfxx-mips.c | 5554 bfd_signed_vma sym_offset; in _bfd_mips_relax_section() local 5629 sym_offset = (symval + irel->r_addend) in _bfd_mips_relax_section() 5633 if ((sym_offset & 3) != 0) in _bfd_mips_relax_section() 5636 sym_offset >>= 2; in _bfd_mips_relax_section() 5639 if (sym_offset < -0x8000 || sym_offset >= 0x8000) in _bfd_mips_relax_section() 5672 instruction |= (sym_offset & 0xffff); in _bfd_mips_relax_section()
|
| H A D | elflink.h | 7674 lsect->sym_offset += ARCH_SIZE / 8; 7820 - lsect->sym_offset);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elfxx-mips.c | 6704 bfd_signed_vma sym_offset; in _bfd_mips_relax_section() local 6779 sym_offset = (symval + irel->r_addend) in _bfd_mips_relax_section() 6783 if ((sym_offset & 3) != 0) in _bfd_mips_relax_section() 6786 sym_offset >>= 2; in _bfd_mips_relax_section() 6789 if (sym_offset < -0x8000 || sym_offset >= 0x8000) in _bfd_mips_relax_section() 6816 instruction |= (sym_offset & 0xffff); in _bfd_mips_relax_section()
|
| H A D | ChangeLog-2005 | 3986 sym_offset. Add name, bss_name, sym_name, sym_val. 3997 (elf_finish_pointer_linker_section): Use 0x8000 for sym_offset.
|