HomeSort by: relevance | last modified time | path
    Searched defs:stringoffset (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
simple-object-mach-o.c 682 unsigned long stringoffset; local
684 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
686 if (stringoffset >= strtab_size)
697 name = strtab + stringoffset;
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-mach-o.c 680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-mach-o.c 680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-mach-o.c 680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-mach-o.c 680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-mach-o.c 680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;
  /src/lib/libc/time/
zic.c 3192 stringoffset(char *result, int resultlen, zic_t offset) function
3279 if (! stringoffset(result + len, resultlen - len, tod))
3397 offsetlen = stringoffset(result + len, resultlen - len,
3409 offsetlen = stringoffset(result + len, resultlen - len,

Completed in 22 milliseconds