HomeSort by relevance Sort by last modified time
    Searched defs:convert_types (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
dwp.h 109 convert_types(const From from) function in namespace:gold
116 // A common case of convert_types<>: convert to section_size_type.
120 { return convert_types<section_size_type, From>(from); }
gold.h 189 convert_types(const From from) function in namespace:gold
196 // A common case of convert_types<>: convert to section_size_type.
200 { return convert_types<section_size_type, From>(from); }

Completed in 72 milliseconds