Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 3 of 3) sorted by relevance

/scripts/gdb/linux/
Dmodules.py76 layout = module['core_layout']
78 address=str(layout['base']).split()[0],
80 size=str(layout['size']),
/scripts/gcc-plugins/
DKconfig64 bool "Randomize layout of sensitive kernel structures"
/scripts/kconfig/
Dqconf.cc1342 QVBoxLayout *layout = new QVBoxLayout(widget); in ConfigMainWindow() local
1360 layout->addWidget(split2); in ConfigMainWindow()