HomeSort by relevance Sort by last modified time
    Searched full:strtab_size (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-coff.c 301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size,
327 *strtab_size = strsize;
348 size_t strtab_size; local
368 strtab_size = 0;
396 &strtab_size,
405 if (strindex < 4 || strindex >= strtab_size)
simple-object-xcoff.c 358 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size,
382 *strtab_size = strsize;
405 size_t strtab_size; local
424 strtab_size = 0;
452 &strtab_size,
461 if (strindex < 4 || strindex >= strtab_size)
simple-object-mach-o.c 430 size_t strtab_size; local
590 &strtab_offset, &strtab_size);
591 strtab = XNEWVEC (char, strtab_size);
594 (unsigned char *) strtab, strtab_size,
607 strtab_size = 0;
684 if (stringoffset >= strtab_size)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 317 int strtab_size = atoi(header->size); local
321 strtab_size);
323 pArchive.getStrTable().assign(strtab, strtab_size);
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 243 // SHT_DYNAMIC section. STRTAB_SHNDX, STRTAB, and STRTAB_SIZE are the
253 off_t strtab_size)
280 strtab_size = strtabshdr.get_sh_size();
281 strtabu = this->get_view(strtabshdr.get_sh_offset(), strtab_size, false,
303 if (val >= strtab_size)
306 static_cast<long long>(strtab_size));
315 if (val >= strtab_size)
318 static_cast<long long>(strtab_size));
    [all...]
object.cc 2122 section_size_type strtab_size; local
2577 section_size_type strtab_size; local
    [all...]
dynobj.h 317 off_t strtab_size);
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 5617 size_t strtab_size; local
6235 unsigned long strtab_size; \/* Size of string table. *\/ member in struct:ia64_unw_aux_info
6657 unsigned long strtab_size; \/* Size of string table. *\/ member in struct:hppa_unw_aux_info
6961 unsigned long strtab_size; \/* Size of string table. *\/ member in struct:arm_unw_aux_info
10116 unsigned long int strtab_size = 0; local
13962 size_t strtab_size; local
    [all...]

Completed in 280 milliseconds