HomeSort by relevance Sort by last modified time
    Searched refs:sh_offset (Results 101 - 125 of 178) sorted by null

1 2 3 45 6 7 8

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 156 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
171 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELF.h 271 uintX_t Offset = Sec->sh_offset;
418 size_t Pos = Section->sh_offset + Entry * sizeof(T);
ELFTypes.h 156 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
171 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELF.h 271 uintX_t Offset = Sec->sh_offset;
418 size_t Pos = Section->sh_offset + Entry * sizeof(T);
ELFTypes.h 156 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
171 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELF.h 271 uintX_t Offset = Sec->sh_offset;
418 size_t Pos = Section->sh_offset + Entry * sizeof(T);
ELFTypes.h 156 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
171 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELF.h 271 uintX_t Offset = Sec->sh_offset;
418 size_t Pos = Section->sh_offset + Entry * sizeof(T);
ELFTypes.h 156 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
171 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:llvm::object::Elf_Shdr_Base
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /system/core/libunwindstack/tests/
MapInfoGetElfTest.cpp 53 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) {
58 ehdr->e_shoff = sh_offset;
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 168 self.sh_offset = f.word()
183 f.seek(self.sh_offset + index * self.sh_entsize)
302 f.seek(sections[e_shstrndx].sh_offset)
308 f.seek(section.sh_offset)
    [all...]
  /external/syslinux/com32/mboot/
map.c 259 addr = map_data((char *)ptr + sh[i].sh_offset, sh[i].sh_size,
  /external/elfutils/src/
elfcompress.c 517 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS
990 shdr->sh_offset = 0;
1095 shdr->sh_offset = last_offset;
    [all...]
elflint.c 876 < destshdr->sh_offset - phdr->p_offset)
882 > (destshdr->sh_offset - phdr->p_offset
889 > (destshdr->sh_offset - phdr->p_offset
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf64-sparc.c 70 if (bfd_seek (abfd, rel_hdr->sh_offset, SEEK_SET) != 0
170 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset)
171 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset));
elf.c 294 offset = i_shdrp[shindex]->sh_offset;
439 pos = symtab_hdr->sh_offset + symoffset * extsym_size;
458 pos = shndx_hdr->sh_offset + symoffset * sizeof (Elf_External_Sym_Shndx);
656 if (bfd_seek (abfd, shdr->sh_offset, SEEK_SET) != 0
950 newsect->filepos = hdr->sh_offset;
1087 + hdr->sh_offset - phdr->p_offset);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
incremental.cc 613 if (sect.output_shndx == 0 || sect.sh_offset == -1)
617 os->reserve(sect.sh_offset, sect.sh_size);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFObjectFile.h 446 return getSection(Sec)->sh_offset;
677 (uintptr_t)base() + EShdr->sh_offset, EShdr->sh_size))
679 Result = StringRef((const char *)base() + EShdr->sh_offset, EShdr->sh_size);
    [all...]

Completed in 736 milliseconds

1 2 3 45 6 7 8