Lines Matching refs:stroff
1813 sym->stroff = mdata->filelen; in bfd_mach_o_write_symtab_content()
1816 if (bfd_seek (abfd, sym->stroff, SEEK_SET) != 0) in bfd_mach_o_write_symtab_content()
1848 bfd_h_put_32 (abfd, sym->stroff, raw.stroff); in bfd_mach_o_write_symtab()
3476 unsigned long stroff = -1; in bfd_mach_o_read_symtab_symbol() local
3490 stroff = bfd_h_get_32 (abfd, raw.n_strx); in bfd_mach_o_read_symtab_symbol()
3500 if (stroff >= sym->strsize) in bfd_mach_o_read_symtab_symbol()
3504 (unsigned long) stroff, in bfd_mach_o_read_symtab_symbol()
3510 s->symbol.name = sym->strtab + stroff; in bfd_mach_o_read_symtab_symbol()
3631 if ((sym->stroff + sym->strsize) > b->size) in bfd_mach_o_read_symtab_strtab()
3636 sym->strtab = (char *) b->buffer + sym->stroff; in bfd_mach_o_read_symtab_strtab()
3644 if (bfd_seek (abfd, sym->stroff, SEEK_SET) != 0 in bfd_mach_o_read_symtab_strtab()
4194 symtab->stroff = bfd_h_get_32 (abfd, raw.stroff); in bfd_mach_o_read_symtab()
4249 cmd->stroff = command->offset + off; in bfd_mach_o_read_str()
4254 if (bfd_seek (abfd, cmd->stroff, SEEK_SET) != 0 in bfd_mach_o_read_str()