HomeSort by: relevance | last modified time | path
    Searched refs:stringoffset (Results 1 - 4 of 4) 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.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/lib/libc/time/
zic.c 3164 stringoffset(char *result, int resultlen, zic_t offset) function
3251 if (! stringoffset(result + len, resultlen - len, tod))
3369 offsetlen = stringoffset(result + len, resultlen - len,
3381 offsetlen = stringoffset(result + len, resultlen - len,

Completed in 36 milliseconds