Lines Matching refs:sh_offset
609 vi.offset = shdr->sh_offset + di->plt_got_data->d_off + i + disp; in get_plt_got_name()
652 snprintf(buf, buf_sz, "offset_%#" PRIx64 "@plt", (u64)shdr.sh_offset + i); in dso__synthesize_plt_got_symbols()
653 sym = symbol__new(shdr.sh_offset + i, shdr.sh_entsize, STB_GLOBAL, STT_FUNC, buf); in dso__synthesize_plt_got_symbols()
699 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset); in dso__synthesize_plt_symbols()
700 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset) in dso__synthesize_plt_symbols()
701 f->end = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
707 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt"); in dso__synthesize_plt_symbols()
725 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()
728 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
1379 sym->st_value -= shdr->sh_addr - shdr->sh_offset; in dso__process_kernel_symbol()
1394 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol()
1417 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol()
1435 start += map__start(map) + shdr->sh_offset; in dso__process_kernel_symbol()
1456 map__set_pgoff(curr_map, shdr->sh_offset); in dso__process_kernel_symbol()
1518 dso->text_offset = tshdr.sh_addr - tshdr.sh_offset; in dso__load_sym_internal()
1690 (u64)shdr.sh_offset); in dso__load_sym_internal()
1699 sym.st_value -= shdr.sh_addr - shdr.sh_offset; in dso__load_sym_internal()
2756 sdt_adjust_loc(tmp, shdr.sh_offset); in populate_sdt_note()
2760 sdt_adjust_refctr(tmp, shdr.sh_addr, shdr.sh_offset); in populate_sdt_note()