Lines Matching refs:DT
2551 add_constant(elfcpp::DT tag, unsigned int val) in add_constant()
2556 add_section_address(elfcpp::DT tag, const Output_data* od) in add_section_address()
2562 add_section_plus_offset(elfcpp::DT tag, const Output_data* od, in add_section_plus_offset()
2568 add_section_size(elfcpp::DT tag, const Output_data* od) in add_section_size()
2573 add_section_size(elfcpp::DT tag, const Output_data* od, in add_section_size()
2579 add_symbol(elfcpp::DT tag, const Symbol* sym) in add_symbol()
2584 add_string(elfcpp::DT tag, const char* str) in add_string()
2588 add_string(elfcpp::DT tag, const std::string& str) in add_string()
2593 add_custom(elfcpp::DT tag) in add_custom()
2620 Dynamic_entry(elfcpp::DT tag, unsigned int val) in Dynamic_entry()
2625 Dynamic_entry(elfcpp::DT tag, const Output_data* od, bool section_size) in Dynamic_entry()
2636 Dynamic_entry(elfcpp::DT tag, const Output_data* od, const Output_data* od2) in Dynamic_entry()
2645 Dynamic_entry(elfcpp::DT tag, const Output_data* od, unsigned int offset) in Dynamic_entry()
2651 Dynamic_entry(elfcpp::DT tag, const Symbol* sym) in Dynamic_entry()
2656 Dynamic_entry(elfcpp::DT tag, const char* str) in Dynamic_entry()
2661 Dynamic_entry(elfcpp::DT tag) in Dynamic_entry()
2666 elfcpp::DT
2708 elfcpp::DT tag_;