Searched defs:ELF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl28 # Check ELF information.
30 # This script descends a directory hierarchy inspecting ELF dynamic executables
172 # Determine whether this a ELF dynamic object and if so investigate its runtime
223 if ($Line =~ /^ELF Header/) {
273 # Determine whether this ELF executable or shared object has a
487 ELF: foreach my $Line (@Elf) { label
548 next ELF;
881 # file - File of ELF objects, in 'find_elf -r' format, to examine.
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c62 #define ELF 4 macro
322 case ELF:
325 * As well as ELF M32, i386 and Sparc (32-
545 return (ELF);

Completed in 88 milliseconds