Searched refs:DT_FLAGS_1 (Results 1 – 17 of 17) sorted by relevance
/third_party/elfutils/tests/ |
D | alldts.c | 63 DT_RELCOUNT, DT_FLAGS_1, DT_VERDEF, DT_VERDEFNUM, in main()
|
/third_party/elfutils/src/ |
D | elfclassify.c | 380 if (dyn->d_tag == DT_FLAGS_1 && (dyn->d_un.d_val & DF_1_PIE)) in run_classify()
|
D | readelf.c | 1976 case DT_FLAGS_1: in handle_dynamic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1139 DT_FLAGS_1 = 0X6FFFFFFB, // Flags_1. enumerator
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 522 { DT_FLAGS_1, "FLAGS_1" },
|
D | elf_types.hpp | 1045 constexpr Elf_Word DT_FLAGS_1 = 0x6ffffffb; variable
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 810 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 802 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/include/ |
D | elf.h | 819 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 802 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 802 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 967 #define DT_FLAGS_1 0x6ffffffb /* State flags, see DF_1_* below. */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 2031 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 2030 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|
/third_party/musl/ldso/ |
D | dynlink.c | 2065 search_vec(p->dynv, &flags1, DT_FLAGS_1);
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 1776 search_vec(p->dynv, &flags1, DT_FLAGS_1); in decode_dyn() 3205 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1776 search_vec(p->dynv, &flags1, DT_FLAGS_1); in decode_dyn() 3205 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|