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

  /src/usr.sbin/srtconfig/
srtconfig.c 220 static void do_flags(void) function
301 do_flags();
  /src/external/gpl3/gdb/dist/sim/msp430/
msp430-sim.c 874 do_flags (SIM_DESC sd, function
912 #define FLAGS(vnz,c) do_flags (sd, opcode, vnz, c, MAGIC_OVERFLOW)
913 #define FLAGSV(vnz,c,v) do_flags (sd, opcode, vnz, c, v)
  /src/external/gpl3/gdb.old/dist/sim/msp430/
msp430-sim.c 874 do_flags (SIM_DESC sd, function
912 #define FLAGS(vnz,c) do_flags (sd, opcode, vnz, c, MAGIC_OVERFLOW)
913 #define FLAGSV(vnz,c,v) do_flags (sd, opcode, vnz, c, v)
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 3826 If do_flags & DO_LOC then we are scanning for location lists and
3828 If do_flags & DO_TYPES, we are processing a .debug_types section
3839 unsigned int do_flags)
3887 if (((do_flags & DO_LOC) || do_debug_loc || do_debug_ranges || do_debug_info)
3889 && !(do_flags & DO_TYPES))
3911 if (!(do_flags & DO_LOC))
3934 if (!(do_flags & DO_LOC) && dwarf_start_die == 0)
3992 this_set = find_cu_tu_set_v2 (cu_offset, (do_flags & DO_TYPES));
4063 this_set = find_cu_tu_set_v2 (cu_offset, (do_flags & DO_TYPES));
4095 if ((do_flags & DO_TYPES) || compunit.cu_unit_type == DW_UT_type
    [all...]

Completed in 42 milliseconds