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

  /external/swiftshader/third_party/subzero/unittest/
IceELFSectionTest.cpp 38 size_t strtab_size = std::string(".strtab").size(); local
49 EXPECT_NE(strtab_index, shstrtab_index + (shstrtab_size - strtab_size));
66 Strtab.getSectionData().slice(strtab_index, strtab_index + strtab_size),
  /system/libufdt/
ufdt_convert.c 96 int strtab_size = fdt_size_dt_strings(fdt); local
97 const char *strtab_end = strtab_start + strtab_size;
105 res_off -= strtab_size;
398 int strtab_size = fdt_size_dt_strings(src_fdt); local
400 dest -= strtab_size;
406 dto_memcpy(dest, src_strtab, strtab_size);
408 dest_size += strtab_size;
  /toolchain/binutils/binutils-2.27/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);
  /system/core/libunwindstack/
ElfInterface.cpp 401 uint64_t strtab_size = 0; local
417 strtab_size = dyn.d_un.d_val;
429 if (soname_offset >= entry.second + strtab_size) {
  /toolchain/binutils/binutils-2.27/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 2186 section_size_type strtab_size; local
2647 section_size_type strtab_size; local
    [all...]
dynobj.h 327 off_t strtab_size);
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 294 unsigned long int strtab_size, unsigned int si,
6260 size_t strtab_size; local
6982 unsigned long strtab_size; \/* Size of string table. *\/ member in struct:ia64_unw_aux_info
7407 unsigned long strtab_size; \/* Size of string table. *\/ member in struct:hppa_unw_aux_info
7723 unsigned long strtab_size; \/* Size of string table. *\/ member in struct:arm_unw_aux_info
11129 unsigned long int strtab_size = 0; local
15237 size_t strtab_size; local
    [all...]

Completed in 263 milliseconds