Searched refs:sh_offset (Results 1 – 8 of 8) sorted by relevance
644 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 …]
177 *offs -= shdr->sh_offset; in debuginfo__get_text_offset()
190 *offset = shdr.sh_offset; in elf_section_address_and_offset()
650 *address = shdr.sh_addr - shdr.sh_offset; in get_text_start_address()
321 Elf32_Off sh_offset; member334 Elf64_Off sh_offset; /* Section file offset */ member
151 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()
269 return sym->sym.st_value - sym->sh.sh_addr + sym->sh.sh_offset; in elf_sym_offset()
421 sec->shdr->sh_offset = 0; in init_output_elf()461 sec->shdr->sh_offset = 0; in init_output_elf()
Completed in 31 milliseconds