Searched refs:plt_offset (Results 1 – 3 of 3) sorted by relevance
13 unsigned long plt_offset; member22 unsigned long plt_offset; member
197 plt_offset = int(module_arch['plt_offset'])199 module_addr = hex(int(module_addr, 0) + plt_offset + plt_size)
608 u64 plt_offset, plt_header_size, plt_entry_size; in dso__synthesize_plt_symbols() local658 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()661 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()733 plt_offset += plt_header_size; in dso__synthesize_plt_symbols()757 "offset_%#" PRIx64 "@plt", plt_offset); in dso__synthesize_plt_symbols()760 f = symbol__new(plt_offset, plt_entry_size, STB_GLOBAL, STT_FUNC, sympltname); in dso__synthesize_plt_symbols()764 plt_offset += plt_entry_size; in dso__synthesize_plt_symbols()