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

  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 260 char sizebuf[50]; local
264 snprintf(sizebuf, sizeof sizebuf, "0x%llx",
269 static_cast<unsigned long long>(addr), sizebuf,
332 char sizebuf[50]; local
333 snprintf(sizebuf, sizeof sizebuf, "0x%llx",
341 sizebuf);
393 char sizebuf[50]; local
394 snprintf(sizebuf, sizeof sizebuf, "0x%llx"
    [all...]
  /external/elfutils/src/
nm.c 833 char sizebuf[(64 + 2) / 3 + 1]; local
844 addressbuf[0] = sizebuf[0] = '\0';
852 snprintf (sizebuf, sizeof (sizebuf),
867 sizebuf, longest_where, syms[cnt].where,
    [all...]

Completed in 104 milliseconds