HomeSort by relevance Sort by last modified time
    Searched refs:fillformat (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/linkloader/include/impl/
ELFSectionBits.hxx 34 out() << '\n' << fillformat('=', 79) << '\n';
38 out() << fillformat('-', 79) << '\n';
42 out() << fillformat('-', 79) << '\n';
46 out() << fillformat('=', 79) << '\n';
ELFHeader.hxx 29 out() << fillformat('=', 79) << '\n';
33 out() << fillformat('-', 79) << '\n';
57 out() << fillformat('=', 79) << "\n\n";
ELFSectionHeader.hxx 70 out() << '\n' << fillformat('=', 79) << '\n';
75 out() << fillformat('-', 79) << '\n';
77 out() << fillformat('-', 79) << '\n';
99 out() << fillformat('=', 79) << '\n';
ELFReloc.hxx 85 out() << '\n' << fillformat('=', 79) << '\n';
90 out() << fillformat('-', 79) << '\n';
92 out() << fillformat('-', 79) << '\n';
ELFSectionStrTab.hxx 56 out() << '\n' << fillformat('=', 79) << '\n';
60 out() << fillformat('-', 79) << '\n';
64 out() << fillformat('=', 79) << '\n';
ELFSectionRelTable.hxx 34 out() << '\n' << fillformat('=', 79) << '\n';
43 out() << fillformat('=', 79) << '\n';
ELFSectionHeaderTable.hxx 74 out() << '\n' << fillformat('=', 79) << '\n';
83 out() << fillformat('=', 79) << '\n';
ELFSectionSymTab.hxx 118 out() << '\n' << fillformat('=', 79) << '\n';
127 out() << fillformat('=', 79) << '\n';
ELFSymbol.hxx 85 out() << '\n' << fillformat('=', 79) << '\n';
90 out() << fillformat('-', 79) << '\n';
92 out() << fillformat('-', 79) << '\n';
  /frameworks/compile/linkloader/utils/
raw_ostream.h 27 extern MyFormat const fillformat(char const, // Fill character.
raw_ostream.cpp 29 MyFormat const fillformat(char const fill_char, // Fill character. function

Completed in 37 milliseconds