Searched refs:elf_type (Results 1 – 13 of 13) sorted by relevance
201 static int elf_type; variable219 elf_type = 0; in run_classify()247 elf_type = ehdr->e_type; in run_classify()395 elf_type_string (elf_type), elf_type); in run_classify()450 return elf_kind (elf) == ELF_K_ELF && elf_type == ET_CORE; in is_core()461 && (elf_type == ET_EXEC || elf_type == ET_DYN) in is_loadable()472 && (elf_type == ET_REL || elf_type == ET_EXEC || elf_type == ET_DYN) in is_unstripped()484 && (elf_type == ET_REL || elf_type == ET_EXEC || elf_type == ET_DYN) in is_debug_only()496 if (elf_type == ET_EXEC) in is_shared()555 if (elf_type == ET_EXEC) in is_program()[all …]
68 enum elf_type enum158 get_type_of_elf_file(const string& path, elf_type& type);
253 int elf_type = bcc_elf_get_type(name_.c_str()); in Module() local255 if (elf_type >= 0) { in Module()256 if (elf_type == ET_EXEC) in Module()258 else if (elf_type == ET_DYN) in Module()
176 elf_type(-1) {188 int elf_type;1127 obj->elf_type = -1; // filled on demand1255 obj->elf_type = FileGetElfType(obj->fd);1256 if (obj->elf_type < 0) {1258 obj->elf_type);1290 if (obj->elf_type == ET_DYN &&
186 elf_type(-1) {199 int elf_type;1141 obj->elf_type = -1; // filled on demand1269 obj->elf_type = FileGetElfType(obj->fd);1270 if (obj->elf_type < 0) {1272 obj->elf_type);1335 if (obj->elf_type == ET_DYN && start_addr >= obj->offset) {
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) {
2204 auto elf_type = ehdr->e_type; in elf_classify() local2226 if (elf_type == ET_EXEC || elf_type == ET_DYN) in elf_classify()
269 abigail::dwarf_reader::elf_type type;
1526 static elf_type15969 get_type_of_elf_file(const string& path, elf_type& type) in get_type_of_elf_file()
15719 (enum elf_type): Add an apidoc for each enumerator.15859 * include/abg-dwarf-reader.h (elf_type): Add new enumerator17115 * include/abg-dwarf-reader.h (elf_type::ELF_TYPE_RELOCATABLE): New21046 * abg-dwarf-reader.h (enum elf_type): Move this declaration here21109 strings are passed first, then the elf_type is passed last.21293 * tools/abipkgdiff.cc (elf_type): Declare new enum21300 like name, soname, elf_type and save in dir_elf_files_map