Searched refs:executable (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-current/tools/regression/sockets/kqueue/
H A Dkqueue.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
9 exec ./$executable
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
9 exec ./$executable
/freebsd-current/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
9 exec ./$executable
/freebsd-current/tools/regression/sockets/accept_fd_leak/
H A Daccept_fd_leak.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
9 exec ./$executable
/freebsd-current/tools/regression/netinet/ipsockopt/
H A Dipsockopt.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
9 exec ./$executable
/freebsd-current/tools/regression/usr.bin/cc/
H A Dfloat.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
9 exec ./$executable
/freebsd-current/tools/regression/netinet/rawconnect/
H A Drawconnect.t5 executable=`basename $0 .t`
7 make $executable 2>&1 > /dev/null
17 elif ./$executable; then
/freebsd-current/usr.sbin/uefisign/
H A Duefisign.h40 struct executable { struct
83 void parse(struct executable *x);
84 void update(struct executable *x);
85 size_t signature_size(const struct executable *x);
86 void show_certificate(const struct executable *x);
87 void range_check(const struct executable *x,
H A Dchild.c52 load(struct executable *x)
82 digest_range(struct executable *x, EVP_MD_CTX *mdctx, off_t off, size_t len)
96 digest(struct executable *x)
187 show_digest(const struct executable *x)
198 send_digest(const struct executable *x, int pipefd)
205 receive_signature(struct executable *x, int pipefd)
212 save(struct executable *x, FILE *fp, const char *path)
229 struct executable *x;
H A Dpe.c142 range_check(const struct executable *x, off_t off, size_t len,
151 errx(1, "%s starts at %jd, past the end of executable at %zd",
155 errx(1, "%s size %zd is larger than the executable size %zd",
159 errx(1, "%s extends to %jd, past the end of executable at %zd",
165 signature_size(const struct executable *x)
184 show_certificate(const struct executable *x)
225 parse_section_table(struct executable *x, off_t off, int number_of_sections)
262 parse_directory(struct executable *x, off_t off,
312 compute_checksum(const struct executable *x)
348 parse_optional_32_plus(struct executable *
[all...]
/freebsd-current/contrib/sendmail/smrsh/
H A DMakefile.m411 bldPRODUCT_START(`executable', `smrsh')
/freebsd-current/contrib/sendmail/vacation/
H A DMakefile.m411 bldPRODUCT_START(`executable', `vacation')
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp115 ModuleSP executable; local
118 executable = GetTargetExecutable();
124 // Check that there is a valid executable
125 if (executable.get() == nullptr)
134 // Add the current executable to the module list
136 module_list.Append(executable);
138 // Map the loaded sections of this executable
140 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_offset, true);
162 /// accordingly and returns the target executable module.
165 ModuleSP executable local
467 ModuleSP executable = GetTargetExecutable(); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { argument
99 auto it = m_loaded_modules.find(executable);
107 FileSpec file_spec(executable->GetPlatformFileSpec());
113 m_loaded_modules[executable] = load_addr;
124 ModuleSP executable = GetTargetExecutable(); local
126 if (!executable.get())
131 lldb::addr_t load_addr = GetLoadAddress(executable);
141 UpdateLoadedSections(executable, LLDB_INVALID_ADDRESS, load_addr, false);
144 module_list.Append(executable);
154 ModuleSP executable local
[all...]
H A DDynamicLoaderWindowsDYLD.h45 lldb::addr_t GetLoadAddress(lldb::ModuleSP executable);
/freebsd-current/contrib/sendmail/editmap/
H A DMakefile.m411 bldPRODUCT_START(`executable', `editmap')
/freebsd-current/contrib/sendmail/mail.local/
H A DMakefile.m411 bldPRODUCT_START(`executable', `mail.local')
/freebsd-current/contrib/sendmail/mailstats/
H A DMakefile.m411 bldPRODUCT_START(`executable', `mailstats')
/freebsd-current/contrib/sendmail/praliases/
H A DMakefile.m411 bldPRODUCT_START(`executable', `praliases')
/freebsd-current/contrib/sendmail/makemap/
H A DMakefile.m411 bldPRODUCT_START(`executable', `makemap')
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp78 ModuleSP executable = target.GetExecutableModule(); local
80 if (executable) {
81 if (FileSystem::Instance().Exists(executable->GetFileSpec())) {
82 ModuleSpec module_spec(executable->GetFileSpec(),
83 executable->GetArchitecture());
86 // Check if the executable has changed and set it to the target
87 // executable if they differ.
89 executable->GetUUID().IsValid()) {
90 if (module_sp->GetUUID() != executable->GetUUID())
91 executable
[all...]
/freebsd-current/contrib/sendmail/rmail/
H A DMakefile.m411 bldPRODUCT_START(`executable', `rmail')
/freebsd-current/contrib/one-true-awk/bugs-fixed/
H A DREGRESS5 echo Making executable
/freebsd-current/contrib/cortex-strings/
H A Dautogen.sh34 # refresh list of executable scripts, to avoid possible breakage if
38 echo Generating list of executable files...
39 rm -f debian/executable.files
40 find -type f -perm +111 ! -name '.*' -fprint debian/executable.files
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp60 if (!range.executable)
104 if (!range.executable)

Completed in 176 milliseconds

1234