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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-som.c 214 unsigned int stroff; local
245 stroff = get_stab_string_offset (file, "$GDB_STRINGS$");
246 know (stroff == 1);
247 md_number_to_chars (p, stroff, 4);
obj-coff.c 1823 unsigned int stroff; local
    [all...]
obj-elf.c 1993 unsigned int stroff; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rddbg.c 129 bfd_size_type stroff, next_stroff; local
161 stroff = 0;
184 stroff = next_stroff;
192 if (stroff + strx >= strsize)
200 s = (char *) strings + stroff + strx;
215 strx = stroff + bfd_get_32 (abfd, stab);
resbin.c 284 rc_uint_type stroff; local
298 stroff = 4;
300 stroff = 2;
302 if (length < stroff + 2)
305 if (windres_get_16 (wrbfd, data + stroff, 2) == 0)
311 mi->text = get_unicode (wrbfd, data + stroff, length - stroff, &slen);
313 itemlen = stroff + slen * 2 + 2;
    [all...]
od-macho.c     [all...]
  /external/google-breakpad/src/common/mac/
macho_reader.cc 380 uint32_t symoff, nsyms, stroff, strsize; local
381 cursor >> symoff >> nsyms >> stroff >> strsize;
393 stroff > buffer_.Size() || strsize > buffer_.Size() - stroff) {
398 ByteBuffer names(buffer_.start + stroff, strsize);
  /toolchain/binutils/binutils-2.25/bfd/
stabs.c 163 bfd_size_type stroff, next_stroff, skip;
235 stroff = 0;
262 stroff = next_stroff;
276 symstroff = stroff + bfd_get_32 (abfd, sym + STRDXOFF);
334 + stroff
161 bfd_size_type stroff, next_stroff, skip; local
syms.c 936 bfd_size_type stroff; local
1148 stroff = 0;
    [all...]
mach-o.h 137 unsigned int stroff; member in struct:bfd_mach_o_symtab_command
471 unsigned long stroff; member in struct:bfd_mach_o_str_command
archive.c 1669 long stroff; local
    [all...]
mach-o.c 3476 unsigned long stroff = -1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
stabs.c 306 unsigned int stroff; local
342 stroff = get_stab_string_offset (string, stabstr_secname);
353 md_number_to_chars (p, (valueT) stroff, 4);
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 161 unsigned char stroff[4]; /* File offset of the string table. */ member in struct:mach_o_symtab_command_external
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 324 ss = stp->stroff + arch_offset;
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c     [all...]
readelf.c 1749 Word stroff = -1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 171 str_buf += sc.stroff;
  /external/llvm/include/llvm/Support/
MachO.h 716 uint32_t stroff; member in struct:llvm::MachO::symtab_command
1027 sys::swapByteOrder(lc.stroff);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 437 milliseconds