Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dmodule.h26 unsigned long plt_size; member
/linux/scripts/gdb/linux/
H A Dsymbols.py198 plt_size = int(module_arch['plt_size'])
199 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)