Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodutils-24.c1776 int plt_offset = 0, plt_needed = 0, plt_allocate; in arch_create_got() local
1887 plt_offset += arch_list_add( in arch_create_got()
1889 plt_offset, PLT_ENTRY_SIZE); in arch_create_got()
1891 plt_offset += arch_single_init( in arch_create_got()
1893 plt_offset, PLT_ENTRY_SIZE); in arch_create_got()
1910 ifile->plt = arch_xsect_init(f, ".plt", plt_offset, in arch_create_got()