Searched refs:stringoffset (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-mach-o.c680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-mach-o.c680 unsigned long stringoffset; local
682 if (sscanf (name + 2, "%08lX", &stringoffset) == 1)
684 if (stringoffset >= strtab_size)
695 name = strtab + stringoffset;

Completed in 64 milliseconds