Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c30 static char show_textrel = 0; variable
533 if (!show_textrel && !show_textrels) return NULL; in scanelf_file_textrel()
2104 case 't': show_textrel = 1; break; in parseargs()
2113 …case 'a': show_perms = show_pax = show_phdr = show_textrel = show_rpath = show_bind = show_endian … in parseargs()
2176 show_pax = show_phdr = show_textrel = show_rpath = \ in parseargs()
2203 case 't': show_textrel = 1; break; in parseargs()
2229 if (show_textrel) xstrcat(&out_format, "%t ", &fmt_len); in parseargs()