Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c415 static const char *scanelf_file_phdr(elfobj *elf, char *found_phdr, char *found_relro, char *found_… in scanelf_file_phdr() argument
441 found = found_phdr; \ in scanelf_file_phdr()
496 ++*found_phdr; \ in scanelf_file_phdr()
508 *found_phdr = 1; \ in scanelf_file_phdr()
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()
1521 case 'e': out = scanelf_file_phdr(elf, &found_phdr, &found_relro, &found_load); break; in scanelf_elfobj()
1548 (found_pax || found_phdr || found_relro || found_load || found_textrel || \ in scanelf_elfobj()