Searched refs:DT_FLAGS_1 (Results 1 - 17 of 17) sorted by relevance
/third_party/elfutils/tests/ |
H A D | alldts.c | 63 DT_RELCOUNT, DT_FLAGS_1, DT_VERDEF, DT_VERDEFNUM, in main()
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 380 if (dyn->d_tag == DT_FLAGS_1 && (dyn->d_un.d_val & DF_1_PIE)) in run_classify()
|
H A 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/ |
H A D | ELF.h | 1139 DT_FLAGS_1 = 0X6FFFFFFB, // Flags_1. enumerator 1236 // State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1 entry.
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 522 { DT_FLAGS_1, "FLAGS_1" },
|
H A D | elf_types.hpp | 1045 constexpr Elf_Word DT_FLAGS_1 = 0x6ffffffb; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 811 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 802 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 802 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 802 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/musl/include/ |
H A D | elf.h | 837 #define DT_FLAGS_1 0x6ffffffb macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 967 #define DT_FLAGS_1 0x6ffffffb /* State flags, see DF_1_* below. */ macro 991 /* State flags selectable in the `d_un.d_val' element of the DT_FLAGS_1
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 2031 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 2030 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 2140 search_vec(p->dynv, &flags1, DT_FLAGS_1);
|
/third_party/musl/porting/linux/user/ldso/ |
H A 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/ldso/linux/ |
H A D | dynlink.c | 1964 search_vec(p->dynv, &flags1, DT_FLAGS_1); in decode_dyn() 3449 search_vec(p->dynv, &flags1, DT_FLAGS_1); in prepare_lazy()
|
Completed in 113 milliseconds