Searched refs:sh_offset (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/elf/
H A Dexternal.h105 unsigned char sh_offset[4]; /* Section file offset */ member in struct:__anon4079
118 unsigned char sh_offset[8]; /* Section file offset */ member in struct:__anon4080
H A Dinternal.h87 file_ptr sh_offset; /* Section file offset */ member in struct:elf_internal_shdr
/haiku-fatelf/src/tools/restest/
H A DElf.h79 Elf32_Off sh_offset; member in struct:__anon6123
H A DResourceFile.cpp743 uint32 offset = _GetUInt32(sectionHeader.sh_offset);
/haiku-fatelf/src/kits/debug/
H A DImage.cpp344 if ((off_t)(sectionHeader->sh_offset + sectionHeader->sh_size)
346 || (off_t)(stringHeader.sh_offset + stringHeader.sh_size)
351 fSymbolTable = (elf_sym*)(fMappedFile + sectionHeader->sh_offset);
352 fStringTable = (char*)(fMappedFile + stringHeader.sh_offset);
/haiku-fatelf/src/apps/debugger/elf/
H A DElfFile.cpp258 if (!_CheckRange(stringSectionHeader->sh_offset,
266 fFD, stringSectionHeader->sh_offset, sectionStringSize,
285 || !_CheckRange(sectionHeader->sh_offset, sectionHeader->sh_size)
292 sectionHeader->sh_offset, sectionHeader->sh_size,
/haiku-fatelf/src/tools/elfsymbolpatcher/
H A DElf.h103 Elf32_Off sh_offset; member in struct:__anon6112
H A DElfFile.cpp205 error = read_exactly(*file, fHeader->sh_offset, fData,
/haiku-fatelf/src/system/runtime_loader/
H A Delf_haiku_version.cpp51 length = _kern_read(fd, sectionHeader->sh_offset, sectionStrings,
67 commentOffset = sectionHeader->sh_offset;
/haiku-fatelf/src/tools/
H A Dset_haiku_revision.cpp144 Elf32_Off sh_offset; member in struct:__anon6139
157 Elf64_Off sh_offset; member in struct:__anon6140
627 off_t offset = GetValue(sectionHeader.sh_offset);
/haiku-fatelf/headers/private/system/
H A Delf32.h54 Elf32_Off sh_offset; member in struct:Elf32_Shdr
H A Delf64.h56 Elf64_Off sh_offset; member in struct:Elf64_Shdr
/haiku-fatelf/src/bin/gdb/bfd/
H A Delfcode.h304 dst->sh_offset = H_GET_WORD (abfd, src->sh_offset);
327 H_PUT_WORD (abfd, src->sh_offset, dst->sh_offset);
684 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset)
1071 if (bfd_seek (abfd, verhdr->sh_offset, SEEK_SET) != 0)
1244 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
1355 BFD_ASSERT (asect->rel_filepos == rel_hdr->sh_offset
1356 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset));
1411 (long) hdr->sh_offset,
[all...]
H A Delf.c268 offset = i_shdrp[shindex]->sh_offset;
348 pos = symtab_hdr->sh_offset + symoffset * extsym_size;
367 pos = shndx_hdr->sh_offset + symoffset * sizeof (Elf_External_Sym_Shndx);
509 || bfd_seek (abfd, shdr->sh_offset, SEEK_SET) != 0
715 newsect->filepos = hdr->sh_offset;
823 && (bfd_vma) hdr->sh_offset >= phdr->p_offset
824 && (hdr->sh_offset + hdr->sh_size
827 || (hdr->sh_offset + hdr->sh_size
842 + hdr->sh_offset - phdr->p_offset);
1974 target_sect->rel_filepos = hdr->sh_offset;
[all...]
H A Delf64-mips.c2029 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
2208 BFD_ASSERT (asect->rel_filepos == rel_hdr->sh_offset
2209 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset));
H A Delf64-sparc.c374 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
474 BFD_ASSERT (asect->rel_filepos == rel_hdr->sh_offset
475 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset));
H A Delflink.c1877 if (bfd_seek (abfd, shdr->sh_offset, SEEK_SET) != 0)
3366 if (bfd_seek (abfd, versymhdr->sh_offset, SEEK_SET) != 0
5812 pos = hdr->sh_offset + hdr->sh_size;
5986 if (bfd_seek (input, versymhdr->sh_offset, SEEK_SET) != 0
7694 /* sh_offset is set just below. */
8069 if (bfd_seek (abfd, symtab_shndx_hdr->sh_offset, SEEK_SET) != 0
8086 /* sh_offset is set just below. */
8094 if (bfd_seek (abfd, symstrtab_hdr->sh_offset, SEEK_SET) != 0
8321 off = elf_section_data (o->output_section)->this_hdr.sh_offset;
H A Delf32-arm.h4137 || hdr->sh_offset < dyn.d_un.d_val)
4138 dyn.d_un.d_val = hdr->sh_offset;
H A Delfxx-mips.c4282 hdr->sh_offset + sizeof (Elf32_External_RegInfo) - 4,
4318 (hdr->sh_offset
4333 (hdr->sh_offset
/haiku-fatelf/src/system/boot/loader/
H A Delf.cpp502 length = read_pos(fd, sectionHeaders[i].sh_offset, symbolTable,
530 length = read_pos(fd, stringHeader->sh_offset, stringTable, size);
/haiku-fatelf/src/system/kernel/
H A Delf.cpp1205 = read_pos(fd, sectionHeaders[i].sh_offset, symbolTable, size);
1231 length = read_pos(fd, stringHeader->sh_offset, stringTable, size);
/haiku-fatelf/src/kits/storage/
H A DResourceFile.cpp624 uint64 offset = _GetInt(sectionHeader.sh_offset);

Completed in 361 milliseconds