Lines Matching refs:elf_offset
1046 uint64_t elf_offset = 0x2000; in InitSectionHeadersOffsetsEhFrameSectionBias() local
1049 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsEhFrameSectionBias()
1055 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsEhFrameSectionBias()
1065 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1066 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsEhFrameSectionBias()
1074 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1075 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsEhFrameSectionBias()
1085 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameSectionBias()
1138 uint64_t elf_offset = 0x2000; in InitSectionHeadersOffsetsEhFrameHdrSectionBias() local
1141 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1147 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1157 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1158 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1166 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1167 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1177 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1229 uint64_t elf_offset = 0x2000; in InitSectionHeadersOffsetsDebugFrameSectionBias() local
1232 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1238 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1248 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsDebugFrameSectionBias()
1249 elf_offset += ehdr.e_shentsize; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1257 memory_.SetMemory(elf_offset, &shdr, sizeof(shdr)); in InitSectionHeadersOffsetsDebugFrameSectionBias()