Home
last modified time | relevance | path

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

/third_party/elfio/elfio/
Delfio_header.hpp64 static const unsigned char file_class = ELFCLASS32; member
70 static const unsigned char file_class = ELFCLASS64; member
Delfio.hpp83 void create( unsigned char file_class, unsigned char encoding ) in create()
352 elf_header* create_header( unsigned char file_class, in create_header()
376 unsigned char file_class = get_class(); in create_section() local
398 unsigned char file_class = header->get_class(); in create_segment() local
491 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()