Home
last modified time | relevance | path

Searched refs:elf_type (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/src/
Delfclassify.c201 static int elf_type; variable
219 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 …]
/external/libabigail/include/
Dabg-dwarf-reader.h68 enum elf_type enum
158 get_type_of_elf_file(const string& path, elf_type& type);
/external/bcc/src/cc/
Dbcc_syms.cc253 int elf_type = bcc_elf_get_type(name_.c_str()); in Module() local
255 if (elf_type >= 0) { in Module()
256 if (elf_type == ET_EXEC) in Module()
258 else if (elf_type == ET_DYN) in Module()
/external/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc176 elf_type(-1) {
188 int elf_type;
1127 obj->elf_type = -1; // filled on demand
1255 obj->elf_type = FileGetElfType(obj->fd);
1256 if (obj->elf_type < 0) {
1258 obj->elf_type);
1290 if (obj->elf_type == ET_DYN &&
/external/webrtc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc176 elf_type(-1) {
188 int elf_type;
1127 obj->elf_type = -1; // filled on demand
1255 obj->elf_type = FileGetElfType(obj->fd);
1256 if (obj->elf_type < 0) {
1258 obj->elf_type);
1290 if (obj->elf_type == ET_DYN &&
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc186 elf_type(-1) {
199 int elf_type;
1141 obj->elf_type = -1; // filled on demand
1269 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) {
/external/libtextclassifier/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc186 elf_type(-1) {
199 int elf_type;
1141 obj->elf_type = -1; // filled on demand
1269 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) {
/external/angle/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc186 elf_type(-1) {
199 int elf_type;
1151 obj->elf_type = -1; // filled on demand
1279 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) {
/external/openscreen/third_party/abseil/src/absl/debugging/
Dsymbolize_elf.inc186 elf_type(-1) {
199 int elf_type;
1141 obj->elf_type = -1; // filled on demand
1269 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) {
/external/elfutils/debuginfod/
Ddebuginfod.cxx2204 auto elf_type = ehdr->e_type; in elf_classify() local
2226 if (elf_type == ET_EXEC || elf_type == ET_DYN) in elf_classify()
/external/libabigail/tools/
Dabipkgdiff.cc269 abigail::dwarf_reader::elf_type type;
/external/libabigail/src/
Dabg-dwarf-reader.cc1526 static elf_type
15969 get_type_of_elf_file(const string& path, elf_type& type) in get_type_of_elf_file()
/external/libabigail/
DChangeLog15719 (enum elf_type): Add an apidoc for each enumerator.
15859 * include/abg-dwarf-reader.h (elf_type): Add new enumerator
17115 * include/abg-dwarf-reader.h (elf_type::ELF_TYPE_RELOCATABLE): New
21046 * abg-dwarf-reader.h (enum elf_type): Move this declaration here
21109 strings are passed first, then the elf_type is passed last.
21293 * tools/abipkgdiff.cc (elf_type): Declare new enum
21300 like name, soname, elf_type and save in dir_elf_files_map