Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Dreadelf.c1661 const char *linking_style; in dophn_exec() local
1797 linking_style = "static-pie"; in dophn_exec()
1799 linking_style = "dynamically"; in dophn_exec()
1801 linking_style = "statically"; in dophn_exec()
1803 if (file_printf(ms, ", %s linked", linking_style) == -1) in dophn_exec()