Searched defs:file_class (Results 1 – 5 of 5) sorted by relevance
65 static const unsigned char file_class = ELFCLASS32; member71 static const unsigned char file_class = ELFCLASS64; member
123 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() local445 if ( auto file_class = header->get_class(); file_class == ELFCLASS64 ) { in create_segment() local485 unsigned char file_class = header->get_class(); in load_sections() local543 unsigned char file_class = header->get_class(); in load_segments() local
97 static const AVClass file_class = { variable
42 unsigned char file_class, in elfio_create()