HomeSort by: relevance | last modified time | path
    Searched defs:exec (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
corefile.c 160 const char *exec; local
176 exec = bfd_get_filename (exec_bfd);
177 if (exec == NULL)
184 last_slash = strrchr (exec, '/');
186 exec = last_slash + 1;
188 return filename_cmp (exec, core) == 0;
aout-target.h 134 struct external_exec exec_bytes; /* Raw exec header from file. */
135 struct internal_exec exec; /* Cleaned-up exec header. */ local
147 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
149 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info);
152 if (N_BADMAG (&exec))
156 if (!(MACHTYPE_OK (N_MACHTYPE (&exec))))
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
164 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
167 cleanup = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
corefile.c 160 const char *exec; local
176 exec = bfd_get_filename (exec_bfd);
177 if (exec == NULL)
184 last_slash = strrchr (exec, '/');
186 exec = last_slash + 1;
188 return filename_cmp (exec, core) == 0;
aout-target.h 134 struct external_exec exec_bytes; /* Raw exec header from file. */
135 struct internal_exec exec; /* Cleaned-up exec header. */ local
147 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
149 exec.a_info = GET_MAGIC (abfd, exec_bytes.e_info);
152 if (N_BADMAG (&exec))
156 if (!(MACHTYPE_OK (N_MACHTYPE (&exec))))
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
164 exec.a_info = SWAP_MAGIC (exec_bytes.e_info);
167 cleanup = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback))
    [all...]
  /src/lib/libc/gen/
nlist_aout.c 103 struct exec exec; local
110 if (pread(fd, &exec, sizeof(exec), (off_t)0) != sizeof(exec) ||
111 N_BADMAG(exec) || fstat(fd, &st) < 0)
114 symoff = N_SYMOFF(exec);
115 symsize = (size_t)exec.a_syms;
  /src/external/bsd/atf/dist/atf-c++/
check.cpp 149 impl::exec(const atf::process::argv_array& argva) function in class:impl
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 10 struct list_head exec; member in struct:nvkm_alarm
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/
nouveau_nvkm_subdev_devinit_gm200.c 130 u32 exec, args; local
140 ret = pmu_load(init, 0x04, post, &exec, &args);
165 pmu_exec(init, exec);
  /src/external/bsd/atf/dist/atf-c++/detail/
process.hpp 119 status exec(const atf::fs::path&, const argv_array&,
131 status exec(const atf::fs::path&, const argv_array&,
143 status exec(const atf::fs::path&, const argv_array&,
155 status exec(const atf::fs::path&, const argv_array&,
167 status exec(const atf::fs::path&, const argv_array&,
183 status exec(const atf::fs::path&, const argv_array&,
250 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
270 exec(const atf::fs::path& prog, const argv_array& argv, function in namespace:atf::process
273 return exec(prog, argv, outsb, errsb, NULL);
  /src/external/bsd/kyua-cli/dist/utils/sqlite/
database.cpp 246 sqlite::database::exec(const std::string& sql) function in class:sqlite::database
262 exec("BEGIN TRANSACTION");
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/
nouveau_nvkm_subdev_mxm_base.c 218 bool (*exec)(struct nvkm_mxm *, u8 version); member in struct:mxm_shadow_h
236 if (shadow->exec(mxm, version)) {
  /src/sys/sys/
exec_aout.h 47 struct exec { struct
133 sizeof(struct exec)) )
159 /* the "a.out" format's entry in the exec switch */
  /src/tools/arm-elf2aout/sys/
exec_aout.h 45 struct exec { struct
131 sizeof(struct exec)) )
157 /* the "a.out" format's entry in the exec switch */
  /src/tools/m68k-elf2aout/sys/
exec_aout.h 45 struct exec { struct
131 sizeof(struct exec)) )
157 /* the "a.out" format's entry in the exec switch */
  /src/external/bsd/atf/dist/tools/
process.hpp 110 status exec(const tools::fs::path&, const argv_array&,
130 status exec(const tools::fs::path&, const argv_array&,
146 status exec(const tools::fs::path&, const argv_array&,
164 status exec(const tools::fs::path&, const argv_array&,
182 status exec(const tools::fs::path&, const argv_array&,
202 status exec(const tools::fs::path&, const argv_array&,
297 exec(const tools::fs::path& prog, const argv_array& argv, function in namespace:tools::process
317 exec(const tools::fs::path& prog, const argv_array& argv, function in namespace:tools::process
320 return exec(prog, argv, outsb, errsb, NULL);
  /src/external/bsd/pcc/dist/pcc/driver/
driver.c 63 int (*exec)(void); member in struct:file_type
  /src/external/gpl3/binutils/dist/include/aout/
hp.h 22 /* The `exec' structure and overall layout must be close to HP's when
29 struct exec struct
50 /* Tell a.out.gnu.h not to define `struct exec'. */
79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
  /src/external/gpl3/binutils.old/dist/include/aout/
hp.h 22 /* The `exec' structure and overall layout must be close to HP's when
29 struct exec struct
50 /* Tell a.out.gnu.h not to define `struct exec'. */
79 #define _N_HDROFF(x) (SEGMENT_SIZE - (sizeof (struct exec)))
  /src/sys/arch/hppa/stand/mkboot/
mkboot.c 86 struct exec { struct
236 struct exec ex;
  /src/sys/fs/filecorefs/
filecore.h 127 unsigned exec:32; member in struct:filecore_direntry
  /src/tests/lib/libc/regex/
t_regex_att.c 260 geterror(const char *s, int *comp, int *exec)
268 #define EXEC 2
269 { "OK", 0, COMP|EXEC },
271 _DO(NOMATCH, EXEC)
282 _DO(ESPACE, EXEC)
296 *exec = 0;
301 if (nv[i].ce & EXEC)
302 *exec = nv[i].v;
489 int comp, exec; local
491 geterror(matches, &comp, &exec);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetRPCAPI.h 187 namespace exec { namespace in namespace:llvm::orc::remote
224 } // end namespace exec
  /src/external/bsd/wpa/dist/hs20/client/
spp_client.c 511 static int hs20_spp_exec(struct hs20_osu_client *ctx, xml_node_t *exec,
525 debug_dump_node(ctx, "exec", exec);
527 xml_node_for_each_child(ctx->xml, cmd, exec) {
532 wpa_printf(MSG_INFO, "exec command element not found (cmd=%p)",
585 wpa_printf(MSG_INFO, "Unsupported exec command: '%s'", name);
604 xml_node_t *update = NULL, *exec = NULL, *add_mo = NULL, *no_mo = NULL; local
634 if (!exec && strcasecmp(name, "exec") == 0)
635 exec = child
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgt215.c 893 bool exec = nvkm_boolopt(device->cfgopt, "NvMemExec", true); local
895 if (exec) {
  /src/external/gpl3/binutils/dist/bfd/doc/
chew.c 342 exec (dict_type *word) function
354 exec (e);
1262 exec (word);

Completed in 79 milliseconds

1 2