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

  /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/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-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...]
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)
  /toolchain/binutils/binutils-2.25/gold/
object.cc 2122 section_size_type strtab_size; local
2577 section_size_type strtab_size; local
    [all...]
  /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 442 milliseconds