Home
last modified time | relevance | path

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

/third_party/elfio/tests/
DELFIOTest1.cpp466 ELFIO::Elf_Half section_index; in TEST() local
475 section_index, other ) ); in TEST()
477 EXPECT_EQ( 14, section_index ); in TEST()
489 ELFIO::Elf_Half section_index; in TEST() local
498 section_index, other ) ); in TEST()
500 EXPECT_EQ( 12, section_index ); in TEST()
587 ELFIO::Elf_Half section_index; in TEST() local
597 section_index, other ) ); in TEST()
601 section_index, other ) ); in TEST()
605 section_index, other ) ); in TEST()
[all …]
DELFIOTest2.cpp256 Elf_Half section_index; in TEST() local
263 section_index, other ), in TEST()
266 section_index, other ), in TEST()
284 Elf_Half section_index; in TEST() local
291 section_index, other ), in TEST()
294 section_index, other ), in TEST()
312 Elf_Half section_index; in TEST() local
319 section_index, other ), in TEST()
322 section_index, other ), in TEST()
340 Elf_Half section_index; in TEST() local
[all …]
/third_party/elfio/elfio/
Delfio_symbols.hpp73 Elf_Half& section_index, in get_symbol() argument
80 type, section_index, other ); in get_symbol()
84 type, section_index, other ); in get_symbol()
96 Elf_Half& section_index, in get_symbol() argument
103 ret = hash_lookup( name, value, size, bind, type, section_index, in get_symbol()
110 name, value, size, bind, type, section_index, other ); in get_symbol()
114 name, value, size, bind, type, section_index, other ); in get_symbol()
123 section_index, other ) ) { in get_symbol()
140 Elf_Half& section_index, in get_symbol() argument
166 return get_symbol( idx, name, v, size, bind, type, section_index, in get_symbol()
[all …]
Delfio.hpp660 bool is_section_without_segment( unsigned int section_index ) const noexcept in is_section_without_segment()
667 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/elfio/c_wrapper/
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.h203 Elf_Half* section_index,
/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()
/third_party/libbpf/src/
Dlibbpf.c11081 Elf_Half section_index; local
11084 &type, &section_index, &other );
11139 pSymSection = elfio_get_section_by_index(pelfio,section_index);