Home
last modified time | relevance | path

Searched refs:ET_DYN (Results 1 - 25 of 38) sorted by relevance

12

/third_party/elfutils/src/
H A Delfclassify.c192 case ET_DYN: in elf_type_string()
193 return "ET_DYN"; in elf_type_string()
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()
520 that “we defined a PIE as an ET_DYN with a DT_DEBUG”. This in is_shared()
570 that “we defined a PIE as an ET_DYN with a DT_DEBUG”. This in is_program()
586 /* Only ET_DYN can be shared libraries. */ in is_library()
587 if (elf_type != ET_DYN) in is_library()
H A Darlib.c231 else if (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DYN) in arlib_add_symbols()
H A Delflint.c388 && ehdr->e_type != ET_DYN && ehdr->e_type != ET_CORE) in check_elf_header()
407 else if (ehdr->e_type == ET_EXEC || ehdr->e_type == ET_DYN) in check_elf_header()
421 else if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN in check_elf_header()
1079 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in is_rel_dyn()
1382 else if (((ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in check_one_reloc()
1452 if ((ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in check_one_reloc()
1897 if (ehdr->e_type != ET_DYN) in check_dynamic()
4426 && ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in check_note()
4470 && ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in check_note_section()
4497 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN in check_program_header()
[all...]
H A Dfindtextrel.c232 if (ehdr->e_type != ET_DYN) in process_file()
H A Dnm.c1563 && ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) in handle_elf()
/third_party/elfutils/libdwfl/
H A Dderelocate.c247 case ET_DYN: in dwfl_module_relocations()
270 case ET_DYN: in dwfl_module_relocation_info()
388 case ET_DYN: in dwfl_module_relocate_address()
H A Ddwfl_report_elf.c176 case ET_DYN: in __libdwfl_elf_address_range()
H A Dlinux-kernel-modules.c270 is ET_EXEC, while on others (e.g. ppc64) it is ET_DYN. in report_kernel()
272 We want the image to be placed as if it was ET_DYN, so in report_kernel()
281 mod->e_type = ET_DYN; in report_kernel()
H A Ddwfl_module_getdwarf.c98 segment. When prelink converts REL to RELA in an ET_DYN in open_elf()
159 /* Relocatable Linux kernels are ET_EXEC but act like ET_DYN. */ in open_elf()
161 mod->e_type = ET_DYN; in open_elf()
/third_party/elfutils/libasm/
H A Ddisasm_cb.c130 case ET_DYN: in read_symtab()
/third_party/elfutils/backends/
H A Dcommon-reloc.c74 #define DYN (1 << (ET_DYN - 1))
/third_party/elfutils/tests/
H A Dsaridx.c212 : (ehdr.e_type == ET_DYN in main()
/third_party/libbpf/src/
H A Delf.c367 is_shared_lib = ehdr.e_type == ET_DYN; in elf_find_func_offset()
369 is_shared_lib = (ET_DYN == elfio_get_type(pelfio)); in elf_find_func_offset()
H A Dusdt.c336 if (ehdr.e_type != ET_EXEC && ehdr.e_type != ET_DYN) { in sanity_check_usdt_elf()
337 pr_warn("usdt: unsupported type of ELF binary '%s' (%d), only ET_EXEC and ET_DYN are supported\n", in sanity_check_usdt_elf()
668 * file offset, for both ET_EXEC and ET_DYN binaries. in collect_usdt_targets()
687 if (ehdr.e_type == ET_DYN && !man->has_bpf_cookie) { in collect_usdt_targets()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs327 if hdr.e_type != ET_DYN { in check_elf_base()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp78 #define ET_DYN 3 macro
/third_party/libabigail/src/
H A Dabg-elf-reader.cc934 case ET_DYN: in elf_file_type()
H A Dabg-elf-helpers.cc1302 return elf_header.e_type == ET_DYN; in is_dso()
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dcrash_handler_posix.cpp327 case ET_DYN:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h114 ET_DYN = 3, // Shared object file enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h115 ET_DYN = 3, // Shared object file enumerator
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c641 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
750 if (eh->e_type != ET_DYN && addr_min && map!=(void *)addr_min) { in map_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c641 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
750 if (eh->e_type != ET_DYN && addr_min && map!=(void *)addr_min) { in map_library()
/third_party/elfio/elfio/
H A Delfio_dump.hpp96 { ET_EXEC, "Executable file" }, { ET_DYN, "Shared object file" },
/third_party/musl/ldso/linux/
H A Ddynlink.c1487 if (eh_buf->e_type != ET_DYN) { in is_section_exist()
1596 if (l<sizeof *eh || (eh->e_type != ET_DYN && eh->e_type != ET_EXEC)) in map_library()
1778 if (eh->e_type != ET_DYN && addr_min && map!=(void *)addr_min) { in map_library()
5086 if (l < sizeof(Ehdr) || (task->eh->e_type != ET_DYN && task->eh->e_type != ET_EXEC)) { in map_library_header()
5403 if (task->eh->e_type != ET_DYN && addr_min && map != (void *)addr_min) { in task_map_library()
5404 LD_LOGE("Error mapping library: ET_DYN task->name=%{public}s", task->name); in task_map_library()

Completed in 50 milliseconds

12