Home
last modified time | relevance | path

Searched defs:file_class (Results 1 – 5 of 5) sorted by relevance

/third_party/elfio/elfio/
Delfio_header.hpp65 static const unsigned char file_class = ELFCLASS32; member
71 static const unsigned char file_class = ELFCLASS64; member
Delfio.hpp123 void create( unsigned char file_class, unsigned char encoding ) in create()
396 std::unique_ptr<elf_header> create_header( unsigned char file_class, in create_header()
421 if ( auto file_class = get_class(); file_class == ELFCLASS64 ) { in create_section() local
445 if ( auto file_class = header->get_class(); file_class == ELFCLASS64 ) { in create_segment() local
485 unsigned char file_class = header->get_class(); in load_sections() local
543 unsigned char file_class = header->get_class(); in load_segments() local
/third_party/ffmpeg/libavformat/
Dfile.c97 static const AVClass file_class = { variable
/third_party/elfio/c_wrapper/
Delfio_c_wrapper.cpp42 unsigned char file_class, in elfio_create()
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp42 unsigned char file_class, in elfio_create()