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

  /src/external/gpl3/binutils/dist/gprofng/src/
DwarfLib.cc 838 DwrSec::bounds_violation (uint64_t sz) function in class:DwrSec
842 Dprintf (DEBUG_ERR_MSG, "DwrSec::bounds_violation: offset=%lld + sz=%lld > size=%lld\n",
868 if (bounds_violation (sizeof (char)))
879 if (bounds_violation (sizeof (short)))
892 if (bounds_violation (3))
905 if (bounds_violation (sizeof (uint32_t)))
918 if (bounds_violation (sizeof (uint64_t)))
931 if (bounds_violation (len))
  /src/external/gpl3/binutils.old/dist/gprofng/src/
DwarfLib.cc 838 DwrSec::bounds_violation (uint64_t sz) function in class:DwrSec
842 Dprintf (DEBUG_ERR_MSG, "DwrSec::bounds_violation: offset=%lld + sz=%lld > size=%lld\n",
868 if (bounds_violation (sizeof (char)))
879 if (bounds_violation (sizeof (short)))
892 if (bounds_violation (3))
905 if (bounds_violation (sizeof (uint32_t)))
918 if (bounds_violation (sizeof (uint64_t)))
931 if (bounds_violation (len))

Completed in 16 milliseconds