Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 10 of 10) sorted by relevance

/third_party/elfio/tests/
DELFIOTest1.cpp470 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/
Delfio_symbols.hpp59 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 …]
Delfio.hpp572 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/
Dtutorial.cpp92 Elf_Half section_index; in main() local
97 section_index, other ); in main()
/third_party/elfio/examples/c_wrapper/
Dc_example.c106 Elf_Half section_index; in main() local
109 &type, &section_index, &other ); in main()
Delfio_c_wrapper.cpp233 Elf_Half* section_index, in elfio_symbol_get_symbol() argument
238 *type, *section_index, *other ); in elfio_symbol_get_symbol()
Delfio_c_wrapper.h201 Elf_Half* section_index,
/third_party/elfio/
DREADME-OH.md83 Elf_Half section_index;
85 symbols.get_symbol(i, name, value, size, bind, type, section_index, other);
/third_party/boost/boost/dll/detail/
Dmacho_info.hpp229 std::size_t section_index; member
249 if (section_index && section_index != symbol.n_sect) { in operator ()()
/third_party/ffmpeg/libavformat/
Dmpegts.c85 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()