Home
last modified time | relevance | path

Searched refs:subseg_map (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c9552 } subseg_map; typedef
9555 static subseg_map *sseg_map = NULL;
9557 static subseg_map *
9560 subseg_map *subseg_e; in get_subseg_info()
9571 static subseg_map *
9574 subseg_map *subseg_e = (subseg_map *) xmalloc (sizeof (subseg_map)); in add_subseg_info()
9575 memset (subseg_e, 0, sizeof (subseg_map)); in add_subseg_info()
9591 subseg_map *subseg_e = get_subseg_info (seg, subseg); in get_last_insn_flags()
9604 subseg_map *subseg_e = get_subseg_info (seg, subseg); in set_last_insn_flags()
9617 subseg_map *subseg_e = get_subseg_info (seg, subseg); in get_subseg_total_freq()
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-xtensa.c7371 } subseg_map; typedef
7373 static subseg_map *sseg_map = NULL;
7381 subseg_map *subseg_e;
7398 subseg_map *subseg_e;
7406 subseg_e = (subseg_map *) xmalloc (sizeof (subseg_map));
7407 memset (subseg_e, 0, sizeof (subseg_map));
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2004605 (subseg_map struct): Rename cur_total_freq to total_freq. Rename
670 (subseg_map struct): Add cur_total_freq and cur_target_freq fields.