Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanmacho.c135 static char *macho_file_interp(fatobj *fobj, char *found_interp) in macho_file_interp() argument
151 *found_interp = 1; in macho_file_interp()
226 char found_rpath, found_needed, found_interp, found_soname, in scanmacho_fatobj() local
231 found_rpath = found_needed = found_interp = found_soname = \ in scanmacho_fatobj()
331 case 'i': out = macho_file_interp(fobj, &found_interp); break; in scanmacho_fatobj()
349 (found_rpath || found_needed || found_interp || found_soname || found_lib) in scanmacho_fatobj()
H A Dscanelf.c1023 static const char *scanelf_file_interp(elfobj *elf, char *found_interp) in scanelf_file_interp() argument
1059 *found_interp = 1; in scanelf_file_interp()
1409 found_rpath, found_needed, found_interp, found_bind, found_soname, in scanelf_elfobj() local
1415 found_rpath = found_needed = found_interp = found_bind = found_soname = \ in scanelf_elfobj()
1530 case 'i': out = scanelf_file_interp(elf, &found_interp); break; in scanelf_elfobj()
1549 found_rpath || found_needed || found_interp || found_bind || \ in scanelf_elfobj()