Searched defs:Output_data_const (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | output.h | 910 Output_data_const(const std::string& data, uint64_t addralign) in Output_data_const() function 914 Output_data_const(const char* p, off_t len, uint64_t addralign) in Output_data_const() function 918 Output_data_const(const unsigned char* p, off_t len, uint64_t addralign) in Output_data_const() function
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | output.h | 910 Output_data_const(const std::string& data, uint64_t addralign) in Output_data_const() function 914 Output_data_const(const char* p, off_t len, uint64_t addralign) in Output_data_const() function 918 Output_data_const(const unsigned char* p, off_t len, uint64_t addralign) in Output_data_const() function
|