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

  /toolchain/binutils/binutils-2.25/gold/
dwp.h 57 typedef size_t section_size_type; typedef in namespace:gold
116 // A common case of convert_types<>: convert to section_size_type.
118 inline section_size_type
120 { return convert_types<section_size_type, From>(from); }
gold.h 71 typedef size_t section_size_type; typedef in namespace:gold
196 // A common case of convert_types<>: convert to section_size_type.
198 inline section_size_type
200 { return convert_types<section_size_type, From>(from); }

Completed in 49 milliseconds