Home
last modified time | relevance | path

Searched refs:section_index (Results 1 - 12 of 12) sorted by relevance

/third_party/elfio/tests/
H A 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, othe in TEST()
616 ELFIO::Elf_Half section_index = 0; TEST() local
728 ELFIO::Elf_Half section_index = 0; TEST() local
[all...]
H A 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
368 Elf_Half section_index; TEST() local
[all...]
/third_party/elfio/elfio/
H A Delfio_symbols.hpp73 Elf_Half& section_index, in get_symbol()
80 type, section_index, other ); in get_symbol()
84 type, section_index, other ); in get_symbol()
96 Elf_Half& section_index, in get_symbol()
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()
166 return get_symbol( idx, name, v, size, bind, type, section_index, in get_symbol()
67 get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument
91 get_symbol( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument
135 get_symbol( const Elf64_Addr& value, std::string& name, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const get_symbol() argument
290 hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const hash_lookup() argument
329 gnu_hash_lookup( const std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const gnu_hash_lookup() argument
430 generic_get_symbol( Elf_Xword index, std::string& name, Elf64_Addr& value, Elf_Xword& size, unsigned char& bind, unsigned char& type, Elf_Half& section_index, unsigned char& other ) const generic_get_symbol() argument
[all...]
H A Delfio.hpp660 bool is_section_without_segment( unsigned int section_index ) const noexcept
667 found = segments[j]->get_section_index_at( k ) == section_index;
/third_party/elfio/examples/tutorial/
H A Dtutorial.cpp92 Elf_Half section_index; in main() local
97 section_index, other ); in main()
/third_party/elfio/examples/c_wrapper/
H A Dc_example.c106 Elf_Half section_index; in main() local
109 &type, &section_index, &other ); in main()
H A Delfio_c_wrapper.cpp233 Elf_Half* section_index, in elfio_symbol_get_symbol()
238 *type, *section_index, *other ); in elfio_symbol_get_symbol()
225 elfio_symbol_get_symbol( psymbol_t psymbol, Elf_Xword index, char* name, int name_len, Elf64_Addr* value, Elf_Xword* size, unsigned char* bind, unsigned char* type, Elf_Half* section_index, unsigned char* other ) elfio_symbol_get_symbol() argument
H A Delfio_c_wrapper.h201 Elf_Half* section_index,
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp233 Elf_Half* section_index, in elfio_symbol_get_symbol()
238 *type, *section_index, *other ); in elfio_symbol_get_symbol()
225 elfio_symbol_get_symbol( psymbol_t psymbol, Elf_Xword index, char* name, int name_len, Elf64_Addr* value, Elf_Xword* size, unsigned char* bind, unsigned char* type, Elf_Half* section_index, unsigned char* other ) elfio_symbol_get_symbol() argument
H A Delfio_c_wrapper.h203 Elf_Half* section_index,
/third_party/ffmpeg/libavformat/
H A Dmpegts.c127 int section_index; member
1022 tss->section_index = buf_size; in write_section_data()
1028 len = MAX_SECTION_SIZE - tss->section_index; in write_section_data()
1031 memcpy(tss->section_buf + tss->section_index, buf, len); in write_section_data()
1032 tss->section_index += len; in write_section_data()
1039 if (tss->section_h_size == -1 && tss->section_index - offset >= 3) { in write_section_data()
1047 tss->section_index >= offset + tss->section_h_size) { in write_section_data()
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc706 int SectionHeaderPosition(uint32_t section_index) {
707 return sizeof(ELFHeader) + sizeof(ELFSection::Header) * section_index;

Completed in 17 milliseconds