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.hpp126 void create( unsigned char file_class, unsigned char encoding ) noexcept in create()
406 std::unique_ptr<elf_header> create_header( unsigned char file_class, in create_header()
431 unsigned char file_class = get_class(); in create_section() local
457 unsigned char file_class = header->get_class(); in create_segment() local
499 unsigned char file_class = header->get_class(); in load_sections() local
558 unsigned char file_class = header->get_class(); in load_segments() local
/third_party/ffmpeg/libavformat/
Dfile.c95 static const AVClass file_class = { variable
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp42 unsigned char file_class, in elfio_create()
/third_party/elfio/c_wrapper/
Delfio_c_wrapper.cpp42 unsigned char file_class, in elfio_create()