/third_party/elfio/tests/ |
D | ELFIOTest1.cpp | 466 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 …]
|
D | ELFIOTest2.cpp | 256 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/ |
D | elfio_symbols.hpp | 73 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 …]
|
D | elfio.hpp | 660 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/ |
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/elfio/c_wrapper/ |
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 | 203 Elf_Half* section_index,
|
/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()
|
/third_party/libbpf/src/ |
D | libbpf.c | 11081 Elf_Half section_index; local 11084 &type, §ion_index, &other ); 11139 pSymSection = elfio_get_section_by_index(pelfio,section_index);
|