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

  /toolchain/binutils/binutils-2.27/gold/
output.cc 636 // Output_data_const methods.
639 Output_data_const::do_write(Output_file* of)
    [all...]
output.h 906 class Output_data_const : public Output_section_data
909 Output_data_const(const std::string& data, uint64_t addralign)
913 Output_data_const(const char* p, off_t len, uint64_t addralign)
917 Output_data_const(const unsigned char* p, off_t len, uint64_t addralign)
    [all...]
layout.cc     [all...]
script-sections.cc 979 posd = new Output_data_const(this_fill, 0);
    [all...]

Completed in 171 milliseconds