Searched refs:text_executable (Results 1 – 6 of 6) sorted by relevance
94 m.secs.push_back({ 0, module::section::text_executable, sz, data }); in read_body()
38 text_executable, enumerator
117 else if (any_of(type_equals(module::section::text_executable), binary.secs)) in binary_type()
165 auto msec = find(type_equals(module::section::text_executable), m.secs); in bind()
181 module::section text { 0, module::section::text_executable, in make_text_section()
221 if (!any_of(type_equals(module::section::text_executable), m.secs)) in validate_common()