Searched refs:e_shoff (Results 1 – 3 of 3) sorted by relevance
177 Elf32_Off e_shoff; member194 Elf64_Off e_shoff; member
85 'section_headers' / Pointer(this.elf_header.e_shoff, SectionHeader[this.elf_header.e_shnum]),203 'sh' / Pointer(elf_header.e_shoff + i * SectionHeader.sizeof(), SectionHeader),
127 elf_hdr.e_shoff = 0; // section header table's file offset in bytes. in elf_write_file_header()