Searched refs:elf_type (Results 1 – 7 of 7) sorted by relevance
201 static int elf_type; variable219 elf_type = 0; in run_classify()247 elf_type = ehdr->e_type; in run_classify()392 elf_type_string (elf_type), elf_type); in run_classify()447 return elf_kind (elf) == ELF_K_ELF && elf_type == ET_CORE; in is_core()458 && (elf_type == ET_EXEC || elf_type == ET_DYN) in is_loadable()469 && (elf_type == ET_REL || elf_type == ET_EXEC || elf_type == ET_DYN) in is_unstripped()481 && (elf_type == ET_REL || elf_type == ET_EXEC || elf_type == ET_DYN) in is_debug_only()493 if (elf_type == ET_EXEC) in is_shared()552 if (elf_type == ET_EXEC) in is_program()[all …]
33 enum elf_type : unsigned enum163 get_type_of_elf_file(const string& path, elf_type& type);
925 static elf::elf_type959 get_type_of_elf_file(const string& path, elf::elf_type& type) in get_type_of_elf_file()
186 elf_type(-1) {199 int elf_type;1151 obj->elf_type = -1; // filled on demand1279 obj->elf_type = FileGetElfType(obj->fd);1280 if (obj->elf_type < 0) {1282 obj->elf_type);1345 if (obj->elf_type == ET_DYN && start_addr >= obj->offset) {
2914 auto elf_type = ehdr->e_type; in elf_classify() local2936 if (elf_type == ET_EXEC || elf_type == ET_DYN) in elf_classify()
286 abigail::elf::elf_type type;
512 * include/abg-dwarf-reader.h (abigail::dwarf::elf_type):24133 (enum elf_type): Add an apidoc for each enumerator.24273 * include/abg-dwarf-reader.h (elf_type): Add new enumerator25529 * include/abg-dwarf-reader.h (elf_type::ELF_TYPE_RELOCATABLE): New29460 * abg-dwarf-reader.h (enum elf_type): Move this declaration here29523 strings are passed first, then the elf_type is passed last.29707 * tools/abipkgdiff.cc (elf_type): Declare new enum29714 like name, soname, elf_type and save in dir_elf_files_map