HomeSort by: relevance | last modified time | path
    Searched refs:type_flags (Results 1 - 16 of 16) sorted by relevancy

  /src/bin/ksh/
exec.c 457 int type_flags; local
544 type_flags = 0;
552 type_flags = 0;
554 type_flags = LOCAL|LOCAL_COPY|EXPORT;
557 type_flags |= EXPORT;
569 typeset(cp, type_flags, 0, 0, 0);
570 if (bourne_function_call && !(type_flags & EXPORT))
  /src/external/gpl3/gdb.old/dist/gdb/
ft32-tdep.c 363 type_instance_flags type_flags)
365 if (type_flags & TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1)
avr-tdep.c 1398 type_instance_flags type_flags)
1400 if (type_flags & AVR_TYPE_INSTANCE_FLAG_ADDRESS_CLASS_FLASH)
gdbarch_components.py 1590 params=[("type_instance_flags", "type_flags")],
1608 Return the appropriate type_flags for the supplied address class.
1610 type_flags was set, false otherwise.
gdbarch-gen.h 926 typedef const char * (gdbarch_address_class_type_flags_to_name_ftype) (struct gdbarch *gdbarch, type_instance_flags type_flags);
927 extern const char * gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, type_instance_flags type_flags);
937 /* Return the appropriate type_flags for the supplied address class.
939 type_flags was set, false otherwise. */
gdbtypes.c 618 type_instance_flags type_flags;
628 &type_flags))
629 return type_flags;
617 type_instance_flags type_flags; local
gdbarch-gen.c 3693 gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, type_instance_flags type_flags)
3699 return gdbarch->address_class_type_flags_to_name (gdbarch, type_flags);
  /src/external/gpl3/gdb/dist/gdb/
ft32-tdep.c 363 type_instance_flags type_flags)
365 if (type_flags & TYPE_INSTANCE_FLAG_ADDRESS_CLASS_1)
avr-tdep.c 1399 type_instance_flags type_flags)
1401 if (type_flags & AVR_TYPE_INSTANCE_FLAG_ADDRESS_CLASS_FLASH)
gdbarch_components.py 1603 params=[("type_instance_flags", "type_flags")],
1621 Return the appropriate type_flags for the supplied address class.
1623 type_flags was set, false otherwise.
gdbarch-gen.h 935 typedef const char * (gdbarch_address_class_type_flags_to_name_ftype) (struct gdbarch *gdbarch, type_instance_flags type_flags);
936 extern const char * gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, type_instance_flags type_flags);
946 /* Return the appropriate type_flags for the supplied address class.
948 type_flags was set, false otherwise. */
gdbtypes.c 619 type_instance_flags type_flags;
629 &type_flags))
630 return type_flags;
618 type_instance_flags type_flags; local
gdbarch-gen.c 3723 gdbarch_address_class_type_flags_to_name (struct gdbarch *gdbarch, type_instance_flags type_flags)
3729 return gdbarch->address_class_type_flags_to_name (gdbarch, type_flags);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 1310 #define EMIT_MOV(type, type_flags, type_cast) \
1311 emit_op(compiler, (src & SLJIT_IMM) ? SLJIT_MOV : type, flags | (type_flags), dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? type_cast srcw : srcw)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 14442 type_instance_flags type_flags
14445 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
14447 type = make_type_with_address_space (type, type_flags);
14433 type_instance_flags type_flags local
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 12745 type_instance_flags type_flags
12748 gdb_assert ((type_flags & ~TYPE_INSTANCE_FLAG_ADDRESS_CLASS_ALL)
12750 type = make_type_with_address_space (type, type_flags);
12738 type_instance_flags type_flags local

Completed in 224 milliseconds