Home
last modified time | relevance | path

Searched refs:executable (Results 51 – 75 of 305) sorted by relevance

12345678910>>...13

/freebsd/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst42 * When the last ``PT_LOAD`` segment is executable and includes BSS sections,
48 to place executable-only and readable-executable sections in the same
58 on executable sections.
83 * Executable-only and readable-executable sections are now allowed to be placed
/freebsd/contrib/file/magic/Magdir/
H A Dxenix83 >0x1e leshort&0x501 =0x001 static executable
85 >0x1e leshort&0x501 =0x101 dynamic executable
86 >0x1e leshort&0x501 =0x401 standalone kernel executable
101 # little-endian segmented static executable for Intel i386 with OS type 1 and
128 #>0x1e leshort &0x1 \b, executable
150 >0 byte &0x1 executable
164 >0x1e leshort &0x1 executable
H A Dintel6 # Various flavors of x86 UNIX executable/object (other than Xenix, which
17 0 leshort 0502 basic-16 executable
20 0 leshort 0503 basic-16 executable (TV)
23 0 leshort 0510 x86 executable
25 0 leshort 0511 x86 executable (TV)
27 0 leshort =0512 iAPX 286 executable small model (COFF)
30 0 leshort =0522 iAPX 286 executable large model (COFF)
37 # ./intel (version 5.25) label labeled the next entry as "80386 COFF executable"
38 # SGI labeled the next entry as "iAPX 386 executable" --Dan Quinlan
53 # F_EXEC flag bit implies Intel ia64 COFF executable
[all …]
H A Ddigital15 >>22 leshort&030000 !020000 executable
16 #!:mime application/x-foo-executable
31 # Alpha COFF object file or executable
H A Dlinux11 # >0 leshort 0407 impure executable (OMAGIC)
12 # >0 leshort 0410 pure executable (NMAGIC)
13 # >0 leshort 0413 demand-paged executable (ZMAGIC)
14 # >0 leshort 0314 demand-paged executable (QMAGIC)
16 0 lelong 0x00640107 Linux/i386 impure executable (OMAGIC)
18 0 lelong 0x00640108 Linux/i386 pure executable (NMAGIC)
20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC)
22 0 lelong 0x006400cc Linux/i386 demand-paged executable (QMAGIC)
28 0 string \01\03\020\04 Linux-8086 impure executable
30 0 string \01\03\040\04 Linux-8086 executable
[all …]
H A Dvms15 0 string \xb0\0\x30\0 VMS VAX executable
29 >8 ubelong 0xec020000 VMS Alpha executable
H A Dos933 >6 byte&0x0f 0x00 non-executable
41 >6 byte&0xf0 0x10 program executable
72 >0x12 byte 1 program executable
H A Dmsdos68 # e_ovno; overlay number. If zero, this is the main executable foo
87 # Most non-DOS MZ-executable extensions have the relocation table more than 0x40 bytes into the fil…
97 >>(0x3c.l) string !PE\0\0 MS-DOS executable
98 # NE executable with low e_lfarlc like: WORD60.ICL
110 # handle LX executable with low e_lfarlc like: PCISCAN.EXE
113 >>>>(0x3c.l) use lx-executable
116 >>>>(0x3c.l) use \^lx-executable
128 !:mime application/vnd.microsoft.portable-executable
135 >>(0x3c.l+24) leshort 0x010b \b32 executable
138 >>(0x3c.l+24) leshort 0x020b \b32+ executable
[all …]
H A Dplaydate55 # pdz: executable package
57 0 string Playdate\ PDZ Playdate executable package
H A Dclipper31 0 short 0575 CLIPPER COFF executable (VAX #)
39 0 short 0577 CLIPPER COFF executable
H A Dperl26 0 string #!/usr/bin/env\ perl Perl script text executable
28 0 string #!\ /usr/bin/env\ perl Perl script text executable
31 >0 regex \^#!.*/bin/perl([[:space:]].*)*$ Perl script text executable
H A Dc64321 # Summary: binary executable or Basic program for Commodore C64 computers
334 # but sELF-ExTRACTING-zIP executable unzp6420.prg contains SYS token at end of second BASIC line (a…
339 # if first token is SYS this implies binary executable
342 # display information about C64 binary executable (memory address, line number, token)
362 # valid 2nd BASIC fragment found only in sELF-ExTRACTING-zIP executable unzp6420.prg
392 # Summary: binary executable or Basic program for Commodore C128 computers
407 # if first token is SYS this implies binary executable
410 # Summary: binary executable or Basic program for Commodore C128 computers
415 # Summary: binary executable or Basic program for Commodore C128 computers
456 # Summary: binary executable or Basic program for Commodore C16/VIC-20/Plus4 computers
[all …]
H A Dcoff17 # PE/COFF, DJGPP, i386 COFF executable, MS Windows COFF Intel i386 object file (./intel)
35 # executable (RISC System/6000 V3.1) or obj module (./ibm6000 v 1.15), not PE/COFF
97 >>>>18 leshort &0x0002 executable
99 !:mime application/x-coff-executable
168 # PowerPC COFF object file or executable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DProcessFreeBSDKernel.cpp78 ModuleSP executable = target_sp->GetExecutableModule(); in CreateInstance() local
79 if (crash_file && !can_connect && executable) { in CreateInstance()
82 fvc_open(executable->GetFileSpec().GetPath().c_str(), in CreateInstance()
91 kvm_open2(executable->GetFileSpec().GetPath().c_str(), in CreateInstance()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp159 ModuleSP executable; in DidLaunch() local
164 executable = GetTargetExecutable(); in DidLaunch()
168 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) { in DidLaunch()
170 module_list.Append(executable); in DidLaunch()
171 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true); in DidLaunch()
426 ModuleSP executable = GetTargetExecutable(); in RefreshModules() local
427 SetLoadedModule(executable, m_rendezvous.GetLinkMapAddress()); in RefreshModules()
697 ModuleSP executable = GetTargetExecutable(); in LoadAllCurrentModules() local
698 SetLoadedModule(executable, m_rendezvous.GetLinkMapAddress()); in LoadAllCurrentModules()
/freebsd/tools/build/
H A Dcheck-links.sh51 *application/x-executable|*application/x-pie-executable) isbin=1 ;;
/freebsd/usr.bin/getconf/
H A Dprogenv.gperf25 * executable which was compiled using the specified programming
26 * environment. If it is NULL, the current executable is good enough.
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm219 my $executable = ($cmd =~ m|.[a-z0-9\$]*$|) ? $cmd : $cmd . '.exe';
220 if (-e $executable) {
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py61 if sys.executable:
64 [sys.executable, '-c', "import os; print('EMPTY_VAR' in os.environ)"]
76 if sys.executable:
80 [sys.executable, '-c', "import os; print('UNSET_VAR' not in os.environ)"]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp60 if (!range.executable) in OnLibraryLoaded()
107 if (!range.executable) in OnLibraryLoaded()
/freebsd/contrib/file/src/
H A Dascmagic.c128 int executable = 0; in file_ascmagic_with_encoding() local
243 executable = 1; in file_ascmagic_with_encoding()
265 if (executable) in file_ascmagic_with_encoding()
/freebsd/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst159 and the arguments to the debugged executable as positional arguments.
161 to the debugged executable, arguments starting with a - must be passed after
162 --. The server will launch the new executable and stop it immediately, waiting
167 For convenience, passing the executable after -- is also supported.
/freebsd/contrib/file/tests/
H A Dcmd1.result1 a /usr/bin/cmd1 script, ASCII text executable
H A Dcmd2.result1 a /usr/bin/cmd2 script, ASCII text executable
H A Dcmd3.result1 a /usr/bin/cmd3 script executable (binary data)

12345678910>>...13