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

  /toolchain/binutils/binutils-2.25/gold/
binary.cc 189 size_t strtab_offset = output_size; local
221 0, strtab_offset,
  /external/libunwind/src/
elfxx.c 178 Elf_W(Off) strtab_offset;
179 if (!elf_w (string_table_offset) (ei, shdr.sh_link, ehdr, &strtab_offset)) {
213 Elf_W(Off) strname_offset = strtab_offset + sym.st_name;
214 if (strname_offset > size || strname_offset < strtab_offset) {
  /toolchain/binutils/binutils-2.25/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 363 off_t strtab_offset; local
368 strtab_offset = sobj->offset + ocr->symptr
370 if (!simple_object_internal_read (sobj->descriptor, strtab_offset,
375 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,
    [all...]

Completed in 105 milliseconds