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

  /src/external/bsd/elftoolchain/dist/libdwarf/
libdwarf_str.c 175 uint64_t offset, offsets_base, strtab_offset; local
195 strtab_offset = dbg->read(so->so_data, &offset, so->so_dwarf_size);
196 *str_p = _dwarf_strtab_get_table(dbg) + 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-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,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + 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-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,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + 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-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,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
  /src/external/gpl3/gdb.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-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,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + 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-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,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
pdtrace.in 415 strtab_offset=0
462 strtab_offset=$BCOUNT
665 1 1 $strtab_offset $strtab_size
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
pdtrace.in 415 strtab_offset=0
462 strtab_offset=$BCOUNT
665 1 1 $strtab_offset $strtab_size
  /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-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,
simple-object-mach-o.c 586 off_t strtab_offset; local
590 &strtab_offset, &strtab_size);
593 sobj->offset + strtab_offset,
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 751 uint64_t e_shoff, strtab_offset, strtab_size; local
813 strtab_offset = (*dec64)(
818 strtab_offset = (*dec32)(
829 if (__archive_read_seek(a, strtab_offset, SEEK_SET) < 0) {

Completed in 43 milliseconds