Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.h29 unsigned int is_first:1; /* Is this the first symbol in an object file? */ member
Dcorefile.c163 symbol_map[i].is_first = 1; in read_function_mappings()
632 if (found == NULL || found->is_first) in core_create_function_syms()
670 if (found && ! found->is_first) in core_create_function_syms()
DChangeLog-2009108 * corefile.h (struct function_map): Add new bit-field: is_first.
/toolchain/binutils/binutils-2.25/include/som/
Dinternal.h164 unsigned int is_first : 1; member
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c6185 bfd_boolean is_first = TRUE; in evax_bfd_print_eobj() local
6196 if (is_first) in evax_bfd_print_eobj()
6200 is_first = FALSE; in evax_bfd_print_eobj()
Dsom.c1766 dst->is_first = (flags & SOM_SUBSPACE_IS_FIRST) != 0; in som_swap_subspace_dictionary_in()
1807 if (src->is_first) in som_swap_subspace_dictionary_record_out()