HomeSort by: relevance | last modified time | path
    Searched defs:strtab_offset (Results 1 - 19 of 19) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
simple-object-coff.c 442 off_t strtab_offset; local
452 strtab_offset = sobj->offset + ocr->symptr + ocr->nsyms * sym_size;
453 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
460 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
simple-object-xcoff.c 369 off_t strtab_offset; local
374 strtab_offset = sobj->offset + ocr->symptr
376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-coff.c 308 off_t strtab_offset; local
313 strtab_offset = sobj->offset + ocr->symptr
315 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
322 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
simple-object-xcoff.c 369 off_t strtab_offset; local
374 strtab_offset = sobj->offset + ocr->symptr
376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-coff.c 306 off_t strtab_offset; local
311 strtab_offset = sobj->offset + ocr->symptr
313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
simple-object-xcoff.c 369 off_t strtab_offset; local
374 strtab_offset = sobj->offset + ocr->symptr
376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-coff.c 306 off_t strtab_offset; local
311 strtab_offset = sobj->offset + ocr->symptr
313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
simple-object-xcoff.c 369 off_t strtab_offset; local
374 strtab_offset = sobj->offset + ocr->symptr
376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-coff.c 308 off_t strtab_offset; local
313 strtab_offset = sobj->offset + ocr->symptr
315 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
322 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
simple-object-xcoff.c 369 off_t strtab_offset; local
374 strtab_offset = sobj->offset + ocr->symptr
376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-coff.c 306 off_t strtab_offset; local
311 strtab_offset = sobj->offset + ocr->symptr
313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
simple-object-xcoff.c 369 off_t strtab_offset; local
374 strtab_offset = sobj->offset + ocr->symptr
376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 748 uint64_t e_shoff, strtab_offset, strtab_size; local
810 strtab_offset = (*dec64)(
815 strtab_offset = (*dec32)(
826 if (__archive_read_seek(a, strtab_offset, SEEK_SET) < 0) {

Completed in 82 milliseconds