Searched refs:DT_LOPROC (Results 1 – 12 of 12) sorted by relevance
914 #define DT_LOPROC 0x70000000 /* Start of processor-specific */ macro2423 #define DT_ALPHA_PLTRO (DT_LOPROC + 0)2548 #define DT_PPC_GOT (DT_LOPROC + 0)2549 #define DT_PPC_OPT (DT_LOPROC + 1)2693 #define DT_PPC64_GLINK (DT_LOPROC + 0)2694 #define DT_PPC64_OPD (DT_LOPROC + 1)2695 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)2696 #define DT_PPC64_OPT (DT_LOPROC + 3)2918 #define DT_AARCH64_BTI_PLT (DT_LOPROC + 1)2919 #define DT_AARCH64_PAC_PLT (DT_LOPROC + 3)[all …]
757 #define DT_LOPROC 0x70000000 macro2026 #define DT_ALPHA_PLTRO (DT_LOPROC + 0)2150 #define DT_PPC_GOT (DT_LOPROC + 0)2151 #define DT_PPC_OPT (DT_LOPROC + 1)2287 #define DT_PPC64_GLINK (DT_LOPROC + 0)2288 #define DT_PPC64_OPD (DT_LOPROC + 1)2289 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)2290 #define DT_PPC64_OPT (DT_LOPROC + 3)2709 #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
760 #define DT_LOPROC 0x70000000 macro2030 #define DT_ALPHA_PLTRO (DT_LOPROC + 0)2154 #define DT_PPC_GOT (DT_LOPROC + 0)2155 #define DT_PPC_OPT (DT_LOPROC + 1)2291 #define DT_PPC64_GLINK (DT_LOPROC + 0)2292 #define DT_PPC64_OPD (DT_LOPROC + 1)2293 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)2294 #define DT_PPC64_OPT (DT_LOPROC + 3)2713 #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
765 #define DT_LOPROC 0x70000000 macro2034 #define DT_ALPHA_PLTRO (DT_LOPROC + 0)2158 #define DT_PPC_GOT (DT_LOPROC + 0)2159 #define DT_PPC_OPT (DT_LOPROC + 1)2295 #define DT_PPC64_GLINK (DT_LOPROC + 0)2296 #define DT_PPC64_OPD (DT_LOPROC + 1)2297 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)2298 #define DT_PPC64_OPT (DT_LOPROC + 3)2717 #define DT_IA_64_PLT_RESERVE (DT_LOPROC + 0)
380 #define DT_LOPROC 0x70000000 /* First processor-specific type. */ macro
702 #define DT_LOPROC 0x70000000 macro
1128 DT_LOPROC = 0x70000000, // Start of processor specific tags. enumerator
1050 constexpr Elf_Word DT_LOPROC = 0x70000000; variable