Searched refs:add_note (Results 1 – 10 of 10) sorted by relevance
/third_party/elfio/examples/writer/ |
D | writer.cpp | 119 note_writer.add_note( 0x01, "Created by ELFIO", 0, 0 ); in main() 121 note_writer.add_note( 0x01, "Never easier!", descr, sizeof( descr ) ); in main()
|
/third_party/elfio/examples/write_obj/ |
D | write_obj.cpp | 125 note_writer.add_note( 0x01, "Created by ELFIO", 0, 0 ); in main() 127 note_writer.add_note( 0x01, "Never easier!", descr, sizeof( descr ) ); in main()
|
/third_party/elfio/examples/add_section/ |
D | add_section.cpp | 48 note_writer.add_note( 0x01, "Created by ELFIO", "My data", 8 ); in main()
|
/third_party/elfio/elfio/ |
D | elfio_note.hpp | 97 void add_note( Elf_Word type, in add_note() function in ELFIO::note_section_accessor_template
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 716 note_writer.add_note( 0x77, "Hello", &descr, 6 ); in BOOST_AUTO_TEST_CASE() 769 note_writer.add_note( 0x77, "Hello", &descr, 6 ); in BOOST_AUTO_TEST_CASE() 822 note_writer.add_note( 0x77, "Hello", &descr, 6 ); in BOOST_AUTO_TEST_CASE() 875 note_writer.add_note( 0x77, "Hello", &descr, 6 ); in BOOST_AUTO_TEST_CASE()
|
D | ELFIOTest1.cpp | 128 note_writer.add_note( 0x77, "Created by ELFIO", 0, 0 ); in write_obj_i386() 205 note_writer.add_note( 0x01, "Created by ELFIO", 0, 0 ); in write_exe_i386() 207 note_writer.add_note( 0x01, "Never easier!", descr, sizeof( descr ) ); in write_exe_i386()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | diagnostic.h | 124 void add_note(System system, in add_note() function
|
/third_party/elfio/examples/c_wrapper/ |
D | elfio_c_wrapper.cpp | 375 pnote->add_note( type, name, desc, descSize ); in elfio_note_add_note()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
D | dependency_graph.cc | 108 diagnostics.add_note(diag::System::Resolver, msg, source); in AddNote()
|
D | resolver.cc | 2614 diagnostics_.add_note(diag::System::Resolver, msg, source); in AddNote()
|