Home
last modified time | relevance | path

Searched refs:file_class (Results 1 - 7 of 7) sorted by relevance

/third_party/elfio/elfio/
H A Delfio.hpp126 void create( unsigned char file_class, unsigned char encoding ) noexcept
131 header = create_header( file_class, encoding );
406 std::unique_ptr<elf_header> create_header( unsigned char file_class,
411 if ( file_class == ELFCLASS64 ) {
416 else if ( file_class == ELFCLASS32 ) {
431 unsigned char file_class = get_class(); variable
433 if ( file_class == ELFCLASS64 ) {
438 else if ( file_class == ELFCLASS32 ) {
457 unsigned char file_class = header->get_class(); variable
459 if ( file_class
499 unsigned char file_class = header->get_class(); global() variable
558 unsigned char file_class = header->get_class(); global() variable
[all...]
H A Delfio_header.hpp65 static const unsigned char file_class = ELFCLASS32; member
71 static const unsigned char file_class = ELFCLASS64; member
87 header.e_ident[EI_CLASS] = elf_header_impl_types<T>::file_class; in elf_header_impl()
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp42 unsigned char file_class, in elfio_create()
45 pelfio->create( file_class, encoding ); in elfio_create()
41 elfio_create( pelfio_t pelfio, unsigned char file_class, unsigned char encoding ) elfio_create() argument
H A Delfio_c_wrapper.h114 unsigned char file_class,
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp42 unsigned char file_class, in elfio_create()
45 pelfio->create( file_class, encoding ); in elfio_create()
41 elfio_create( pelfio_t pelfio, unsigned char file_class, unsigned char encoding ) elfio_create() argument
H A Delfio_c_wrapper.h112 unsigned char file_class,
/third_party/ffmpeg/libavformat/
H A Dfile.c97 static const AVClass file_class = { variable
367 .priv_data_class = &file_class,

Completed in 6 milliseconds