Home
last modified time | relevance | path

Searched refs:fix_value (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sbin/devd/
Ddevd.hh62 std::string fix_value(const std::string &val) const;
Ddevd.cc420 var_list::fix_value(const std::string &val) const in fix_value() function in var_list
440 _vars[var] = fix_value(val); in set_variable()
/freebsd-12-stable/contrib/binutils/bfd/
Dcoffgen.c724 if (s->fix_value) in coff_mangle_symbols()
730 s->fix_value = 0; in coff_mangle_symbols()
1785 && coffsymbol (symbol)->native->fix_value) in coff_get_symbol_info()
1808 if (csym->native->fix_value) in bfd_coff_get_syment()
1893 if (! combined->fix_value) in coff_print_symbol()
Dlibcoff.h616 unsigned int fix_value : 1; member
Dcoffcode.h4596 src->fix_value = 1; in coff_slurp_symbol_table()
DChangeLog-9495979 * coffgen.c (coff_get_symbol_info): If fix_value is set, fix the
1246 (coff_print_symbol): Print fix_value symbols in a useful fashion.
9372 fields to bitfields. Added fields fix_value and fix_scnlen.
9381 value into a pointer to a symbol and set fix_value.
9383 * coffgen.c (coff_mangle_symbols): Reindent. If fix_value is set,
9395 (coff_get_normalized_symtab): Clear new fix_value and fix_scnlen
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ppc.c5143 coffsymbol (symbol_get_bfdsym (sym))->native->fix_value = 1; in ppc_frob_symbol()