Home
last modified time | relevance | path

Searched refs:esp_buf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dcompile-i386.c410 static char esp_buf[64]; in pretty_offset() local
413 sprintf(esp_buf, "%d(%%esp)", ofs); in pretty_offset()
415 strcpy(esp_buf, "(%esp)"); in pretty_offset()
417 return esp_buf; in pretty_offset()