Lines Matching refs:sh_offset
399 ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_offset); in parse_elf_section()
417 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_offset); in parse_elf_section()
443 return (char *)(elf->buf + shdr.sh_offset + idx); in parse_elf_string_table()
456 return (char *)(elf->buf + shdr.sh_offset + idx); in parse_elf_string_table()
514 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name)); in parse_elf()
519 strtab_off32 = shdr.sh_offset; in parse_elf()
536 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name)); in parse_elf()
541 strtab_off64 = shdr.sh_offset; in parse_elf()
558 for (ofst = shdr.sh_offset; in parse_elf()
559 ofst < shdr.sh_offset + shdr.sh_size; in parse_elf()
603 elf.buf + dhdr.sh_offset + sym.st_value, in parse_elf()
650 for (ofst = shdr.sh_offset; in parse_elf()
651 ofst < shdr.sh_offset + shdr.sh_size; in parse_elf()
695 elf.buf + dhdr.sh_offset + sym.st_value, in parse_elf()