HomeSort by: relevance | last modified time | path
    Searched defs:attr_val (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
ntp_config.h 69 typedef struct attr_val_tag attr_val; typedef in typeref:struct:attr_val_tag
71 attr_val * link;
84 typedef DECL_FIFO_ANCHOR(attr_val) attr_val_fifo;
217 attr_val source;
315 attr_val *create_attr_dval(int attr, double value);
316 attr_val *create_attr_ival(int attr, int value);
317 attr_val *create_attr_rval(int attr, int first, int last);
318 attr_val *create_attr_sval(int attr, const char *s);
319 attr_val *create_attr_uval(int attr, u_int value);
320 void destroy_attr_val(attr_val *node)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf-attrs.c 2693 union obj_attr_value_v2 attr_val; local
2698 int read = read_ntbs (abfd, cursor, end, (char **) &attr_val.string);
2705 READ_ULEB128 (abfd, attr_val.uint, cursor, end, total_read);
2711 *attr = bfd_elf_obj_attr_v2_init (attr_tag, attr_val);
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 169 struct attr_val struct
757 struct dwarf_data *altlink, struct attr_val *val)
1040 const struct attr_val *val,
1548 update_pcrange (const struct attr* attr, const struct attr_val* val,
1954 struct attr_val name_val;
1956 struct attr_val comp_dir_val;
1978 struct attr_val val;
2490 struct attr_val val;
3020 struct attr *attr, struct attr_val *val,
3123 struct attr_val val
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 169 struct attr_val struct
757 struct dwarf_data *altlink, struct attr_val *val)
1040 const struct attr_val *val,
1548 update_pcrange (const struct attr* attr, const struct attr_val* val,
1954 struct attr_val name_val;
1956 struct attr_val comp_dir_val;
1978 struct attr_val val;
2490 struct attr_val val;
3020 struct attr *attr, struct attr_val *val,
3123 struct attr_val val
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 169 struct attr_val struct
757 struct dwarf_data *altlink, struct attr_val *val)
1040 const struct attr_val *val,
1548 update_pcrange (const struct attr* attr, const struct attr_val* val,
1954 struct attr_val name_val;
1956 struct attr_val comp_dir_val;
1978 struct attr_val val;
2490 struct attr_val val;
3020 struct attr *attr, struct attr_val *val,
3123 struct attr_val val
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 169 struct attr_val struct
757 struct dwarf_data *altlink, struct attr_val *val)
1040 const struct attr_val *val,
1548 update_pcrange (const struct attr* attr, const struct attr_val* val,
1954 struct attr_val name_val;
1956 struct attr_val comp_dir_val;
1978 struct attr_val val;
2490 struct attr_val val;
3020 struct attr *attr, struct attr_val *val,
3123 struct attr_val val
    [all...]

Completed in 43 milliseconds