Home
last modified time | relevance | path

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

/tools/perf/util/
A Dsymbol-elf.c644 if (f && f->start < shdr_plt.sh_offset && f->end > shdr_plt.sh_offset) in dso__synthesize_plt_symbols()
645 f->end = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
669 plt_offset = plt_sec_shdr.sh_offset; in dso__synthesize_plt_symbols()
672 plt_offset = shdr_plt.sh_offset; in dso__synthesize_plt_symbols()
1378 offs = shdr.sh_offset + shdr.sh_size; in max_text_section()
1447 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol()
1469 map__set_pgoff(map, shdr->sh_offset); in dso__process_kernel_symbol()
1485 shdr->sh_offset <= max_text_sh_offset) { in dso__process_kernel_symbol()
1519 map__set_pgoff(curr_map, shdr->sh_offset); in dso__process_kernel_symbol()
1765 (u64)shdr.sh_offset); in dso__load_sym_internal()
[all …]
A Ddebuginfo.c177 *offs -= shdr->sh_offset; in debuginfo__get_text_offset()
A Dunwind-libunwind-local.c190 *offset = shdr.sh_offset; in elf_section_address_and_offset()
A Dprobe-event.c650 *address = shdr.sh_addr - shdr.sh_offset; in get_text_start_address()
/tools/include/uapi/linux/
A Delf.h321 Elf32_Off sh_offset; member
334 Elf64_Off sh_offset; /* Section file offset */ member
/tools/testing/selftests/sgx/
A Dload.c151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry()
159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry()
/tools/lib/bpf/
A Delf.c269 return sym->sym.st_value - sym->sh.sh_addr + sym->sh.sh_offset; in elf_sym_offset()
A Dlinker.c421 sec->shdr->sh_offset = 0; in init_output_elf()
461 sec->shdr->sh_offset = 0; in init_output_elf()

Completed in 25 milliseconds