Searched refs:VMA_BITS (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_mapping_sparc64.h21 #define VMA_BITS 52 macro
22 #define HIGH_BITS (64 - VMA_BITS)
39 #define kHighMemBeg (-(1ULL << (VMA_BITS - 1)))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_mapping_sparc64.h22 #define VMA_BITS 52 macro
23 #define HIGH_BITS (64 - VMA_BITS)
40 #define kHighMemBeg (-(1ULL << (VMA_BITS - 1)))
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c2095 #define VMA_BITS (8 * sizeof (bfd_vma)) macro
2174 if (is_full_leaf && trie_pc_bits < VMA_BITS)
2248 from_ch = (clamped_low_pc >> (VMA_BITS - trie_pc_bits - 8)) & 0xff;
2249 to_ch = ((clamped_high_pc - 1) >> (VMA_BITS - trie_pc_bits - 8)) & 0xff;
2261 bfd_vma bucket = (bfd_vma) ch << (VMA_BITS - trie_pc_bits - 8);
5895 unsigned int bits = VMA_BITS - 8;
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c2020 #define VMA_BITS (8 * sizeof (bfd_vma)) macro
2096 if (is_full_leaf && trie_pc_bits < VMA_BITS)
2170 from_ch = (clamped_low_pc >> (VMA_BITS - trie_pc_bits - 8)) & 0xff;
2171 to_ch = ((clamped_high_pc - 1) >> (VMA_BITS - trie_pc_bits - 8)) & 0xff;
2183 bfd_vma bucket = (bfd_vma) ch << (VMA_BITS - trie_pc_bits - 8);
5776 unsigned int bits = VMA_BITS - 8;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c2104 #define VMA_BITS (8 * sizeof (bfd_vma)) macro
2183 if (is_full_leaf && trie_pc_bits < VMA_BITS)
2255 from_ch = (clamped_low_pc >> (VMA_BITS - trie_pc_bits - 8)) & 0xff;
2256 to_ch = ((clamped_high_pc - 1) >> (VMA_BITS - trie_pc_bits - 8)) & 0xff;
2268 bfd_vma bucket = (bfd_vma) ch << (VMA_BITS - trie_pc_bits - 8);
5907 unsigned int bits = VMA_BITS - 8;

Completed in 128 milliseconds