Lines Matching refs:sh_offset
610 vi.offset = shdr->sh_offset + di->plt_got_data->d_off + i + disp; in get_plt_got_name()
653 snprintf(buf, buf_sz, "offset_%#" PRIx64 "@plt", (u64)shdr.sh_offset + i); in dso__synthesize_plt_got_symbols()
654 sym = symbol__new(shdr.sh_offset + i, shdr.sh_entsize, STB_GLOBAL, STT_FUNC, buf); in dso__synthesize_plt_got_symbols()
700 f = dso__find_symbol_nocache(dso, shdr_plt.sh_offset); in dso__synthesize_plt_symbols()
701 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset) in dso__synthesize_plt_symbols()
702 f->end = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
708 plt_sym = symbol__new(shdr_plt.sh_offset, plt_header_size, STB_GLOBAL, STT_FUNC, ".plt"); in dso__synthesize_plt_symbols()
726 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()
729 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
1376 if (offs && PERF_ALIGN(offs, shdr.sh_addralign ?: 1) != shdr.sh_offset) in max_text_section()
1379 offs = shdr.sh_offset + shdr.sh_size; in max_text_section()
1433 sym->st_value -= shdr->sh_addr - shdr->sh_offset; in dso__process_kernel_symbol()
1448 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol()
1470 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol()
1486 shdr->sh_offset <= max_text_sh_offset) { in dso__process_kernel_symbol()
1499 start += map__start(map) + shdr->sh_offset; in dso__process_kernel_symbol()
1520 map__set_pgoff(curr_map, shdr->sh_offset); in dso__process_kernel_symbol()
1576 dso__set_text_offset(dso, tshdr.sh_addr - tshdr.sh_offset); in dso__load_sym_internal()
1577 dso__set_text_end(dso, tshdr.sh_offset + tshdr.sh_size); in dso__load_sym_internal()
1760 (u64)shdr.sh_offset); in dso__load_sym_internal()
1769 sym.st_value -= shdr.sh_addr - shdr.sh_offset; in dso__load_sym_internal()
2828 sdt_adjust_loc(tmp, shdr.sh_offset); in populate_sdt_note()
2832 sdt_adjust_refctr(tmp, shdr.sh_addr, shdr.sh_offset); in populate_sdt_note()