Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c361 static const char *scanelf_file_pax(elfobj *elf, char *found_pax) in scanelf_file_pax() argument
385 *found_pax = 1; \ in scanelf_file_pax()
403 *found_pax = 1; in scanelf_file_pax()
1408 char found_pax, found_phdr, found_relro, found_load, found_textrel, in scanelf_elfobj() local
1414 found_pax = found_phdr = found_relro = found_load = found_textrel = \ in scanelf_elfobj()
1520 case 'x': out = scanelf_file_pax(elf, &found_pax); break; in scanelf_elfobj()
1548 (found_pax || found_phdr || found_relro || found_load || found_textrel || \ in scanelf_elfobj()