OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_action
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/rpc.pcnfsd/
pcnfsd_misc.c
344
static struct sigaction
new_action
;
variable in typeref:struct:sigaction
366
new_action
.sa_handler = myhandler;
367
sigemptyset(&(
new_action
.sa_mask));
368
new_action
.sa_flags = 0;
370
new_action
.sa_flags |= SA_INTERRUPT;
372
sigaction(SIGALRM, &
new_action
, &old_action);
/src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c
8269
proposed_action *
new_action
= &ebb_table->actions[j];
8270
bfd_vma offset =
new_action
->offset;
8271
if (
new_action
->align_type == EBB_REQUIRE_TGT_ALIGN)
8282
if (
new_action
->align_type == EBB_REQUIRE_LOOP_ALIGN)
8293
if (
new_action
->action == ta_narrow_insn
8294
&& !
new_action
->do_action
8298
new_action
->do_action = true;
8299
new_action
->removed_bytes += 1;
8303
if (
new_action
->action == ta_widen_insn
8304
&&
new_action
->do_actio
8246
proposed_action *
new_action
= &ebb_table->actions[j];
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c
8269
proposed_action *
new_action
= &ebb_table->actions[j];
8270
bfd_vma offset =
new_action
->offset;
8271
if (
new_action
->align_type == EBB_REQUIRE_TGT_ALIGN)
8282
if (
new_action
->align_type == EBB_REQUIRE_LOOP_ALIGN)
8293
if (
new_action
->action == ta_narrow_insn
8294
&& !
new_action
->do_action
8298
new_action
->do_action = true;
8299
new_action
->removed_bytes += 1;
8303
if (
new_action
->action == ta_widen_insn
8304
&&
new_action
->do_actio
8246
proposed_action *
new_action
= &ebb_table->actions[j];
local
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c
8267
proposed_action *
new_action
= &ebb_table->actions[j];
8268
bfd_vma offset =
new_action
->offset;
8269
if (
new_action
->align_type == EBB_REQUIRE_TGT_ALIGN)
8280
if (
new_action
->align_type == EBB_REQUIRE_LOOP_ALIGN)
8291
if (
new_action
->action == ta_narrow_insn
8292
&& !
new_action
->do_action
8296
new_action
->do_action = true;
8297
new_action
->removed_bytes += 1;
8301
if (
new_action
->action == ta_widen_insn
8302
&&
new_action
->do_actio
8244
proposed_action *
new_action
= &ebb_table->actions[j];
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c
8270
proposed_action *
new_action
= &ebb_table->actions[j];
8271
bfd_vma offset =
new_action
->offset;
8272
if (
new_action
->align_type == EBB_REQUIRE_TGT_ALIGN)
8283
if (
new_action
->align_type == EBB_REQUIRE_LOOP_ALIGN)
8294
if (
new_action
->action == ta_narrow_insn
8295
&& !
new_action
->do_action
8299
new_action
->do_action = true;
8300
new_action
->removed_bytes += 1;
8304
if (
new_action
->action == ta_widen_insn
8305
&&
new_action
->do_actio
8247
proposed_action *
new_action
= &ebb_table->actions[j];
local
[
all
...]
Completed in 63 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026