Home
last modified time | relevance | path

Searched refs:GDB_INDEX_CU_BITSIZE (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/include/gdb/
Dgdb-index.h91 #define GDB_INDEX_CU_BITSIZE 24 macro
92 #define GDB_INDEX_CU_MASK ((1 << GDB_INDEX_CU_BITSIZE) - 1)
/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c4087 kind_data <<= GDB_INDEX_CU_BITSIZE; in display_debug_pubnames_worker()