/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 470 ELFIO::Elf_Half section_index; in BOOST_AUTO_TEST_CASE() local 479 type, section_index, other ) ); in BOOST_AUTO_TEST_CASE() 481 BOOST_CHECK_EQUAL( 14, section_index ); in BOOST_AUTO_TEST_CASE() 493 ELFIO::Elf_Half section_index; in BOOST_AUTO_TEST_CASE() local 502 type, section_index, other ) ); in BOOST_AUTO_TEST_CASE() 504 BOOST_CHECK_EQUAL( 12, section_index ); in BOOST_AUTO_TEST_CASE() 591 ELFIO::Elf_Half section_index; in BOOST_AUTO_TEST_CASE() local 601 type, section_index, other ) ); in BOOST_AUTO_TEST_CASE() 606 type, section_index, other ) ); in BOOST_AUTO_TEST_CASE() 611 section_index, other ) ); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/elfio/elfio/ |
D | elfio_symbols.hpp | 59 Elf_Half& section_index, in get_symbol() argument 66 type, section_index, other ); in get_symbol() 70 type, section_index, other ); in get_symbol() 82 Elf_Half& section_index, in get_symbol() argument 96 get_symbol( y, str, value, size, bind, type, section_index, other ); in get_symbol() 101 get_symbol( y, str, value, size, bind, type, section_index, in get_symbol() 112 section_index, other ) ) { in get_symbol() 129 Elf_Half& section_index, in get_symbol() argument 155 return get_symbol( idx, name, v, size, bind, type, section_index, in get_symbol() 318 Elf_Half& section_index, in generic_get_symbol() argument [all …]
|
D | elfio.hpp | 572 bool is_section_without_segment( unsigned int section_index ) in is_section_without_segment() argument 579 found = segments[j]->get_section_index_at( k ) == section_index; in is_section_without_segment()
|
/third_party/elfio/examples/tutorial/ |
D | tutorial.cpp | 92 Elf_Half section_index; in main() local 97 section_index, other ); in main()
|
/third_party/elfio/examples/c_wrapper/ |
D | c_example.c | 106 Elf_Half section_index; in main() local 109 &type, §ion_index, &other ); in main()
|
D | elfio_c_wrapper.cpp | 233 Elf_Half* section_index, in elfio_symbol_get_symbol() argument 238 *type, *section_index, *other ); in elfio_symbol_get_symbol()
|
D | elfio_c_wrapper.h | 201 Elf_Half* section_index,
|
/third_party/elfio/ |
D | README-OH.md | 83 Elf_Half section_index; 85 symbols.get_symbol(i, name, value, size, bind, type, section_index, other);
|
/third_party/boost/boost/dll/detail/ |
D | macho_info.hpp | 229 std::size_t section_index; member 249 if (section_index && section_index != symbol.n_sect) { in operator ()()
|
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 85 int section_index; member 424 tss->section_index = buf_size; in write_section_data() 430 len = MAX_SECTION_SIZE - tss->section_index; in write_section_data() 433 memcpy(tss->section_buf + tss->section_index, buf, len); in write_section_data() 434 tss->section_index += len; in write_section_data() 441 if (tss->section_h_size == -1 && tss->section_index - offset >= 3) { in write_section_data() 449 tss->section_index >= offset + tss->section_h_size) { in write_section_data()
|