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

1 23 4 5 6 7 8

  /external/elfutils/tests/
sectiondump.c 107 shdr->sh_offset,
alldts.c 141 const Elf32_Off *const dynscn_offset = &shdr->sh_offset;
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 403 reinterpret_cast<char *>(stabstr_section->sh_offset + base);
405 reinterpret_cast<struct slist *>(stab_section->sh_offset + base);
465 Elf_Sym *symbol = (Elf_Sym *)((char *)base + symtab_section.sh_offset);
470 strtab_section.sh_offset + (GElf_Word)base + symbol->st_name);
file_id.cc 123 *text_start = (char *)elf_base + text_section->sh_offset;
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_internal.h 74 typename Elf_types<size>::Elf_Off sh_offset; member in struct:elfcpp::internal::Shdr_data
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 102 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:__anon36085::Elf_Shdr_Base
117 Elf_Off sh_offset; // File offset of section data, in bytes member in struct:__anon36085::Elf_Shdr_Base
394 + SymbolTableSection->sh_offset)
396 + SymbolTableSection->sh_offset
508 addr += Section->sh_offset;
695 const char *start = (const char*)base() + sec->sh_offset;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 317 dst->sh_offset = H_GET_WORD (abfd, src->sh_offset);
340 H_PUT_WORD (abfd, src->sh_offset, dst->sh_offset);
743 && (((i_shdrp[shindex].sh_addr - i_shdrp[shindex].sh_offset)
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 261 Elf32_Off sh_offset; member in struct:elf32_shdr
273 Elf64_Off sh_offset; member in struct:elf64_shdr
  /external/kernel-headers/original/uapi/linux/
elf.h 308 Elf32_Off sh_offset; member in struct:elf32_shdr
321 Elf64_Off sh_offset; /* Section file offset */ member in struct:elf64_shdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 313 Elf32_Off sh_offset; member in struct:elf32_shdr
326 Elf64_Off sh_offset; /* Section file offset */ member in struct:elf64_shdr
  /system/core/libunwindstack/tests/
MapInfoCreateMemoryTest.cpp 44 static void InitElf(int fd, uint64_t file_offset, uint64_t sh_offset, uint8_t class_type) {
52 ehdr.e_shoff = sh_offset;
  /external/elfutils/libelf/
elf_begin.c 366 if (likely (elf->state.elf32.shdr[cnt].sh_offset < maxsize)
368 <= maxsize - elf->state.elf32.shdr[cnt].sh_offset))
372 + elf->state.elf32.shdr[cnt].sh_offset);
463 if (likely (elf->state.elf64.shdr[cnt].sh_offset < maxsize)
465 <= maxsize - elf->state.elf64.shdr[cnt].sh_offset))
469 + elf->state.elf64.shdr[cnt].sh_offset);
    [all...]
elf32_updatenull.c 339 ? shdr->sh_offset + shdr->sh_size : 0));
361 update_if_changed (shdr->sh_offset, (GElf_Word) size,
elf_getdata.c 237 offset = shdr->sh_offset;
252 offset = shdr->sh_offset;
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 166 return checkDRI({Obj->base() + S->sh_offset, S->sh_size, S->sh_entsize});
421 const char *sec_start = (const char *)Obj->base() + sec->sh_offset;
455 const char *sec_start = (const char *)Obj->base() + sec->sh_offset;
505 W.printHex("Offset", Sec->sh_offset);
508 const uint8_t *P = (const uint8_t *)Obj->base() + Sec->sh_offset;
548 (const uint8_t *)Obj->base() + Sec->sh_offset;
565 StringRef((const char *)(Obj->base() + StrTab->sh_offset +
576 StringRef((const char *)(Obj->base() + StrTab->sh_offset +
601 const uint8_t *SecData = (const uint8_t *)Obj->base() + Sec->sh_offset;
612 StringRef((const char *)(Obj->base() + StrTab->sh_offset
    [all...]
  /external/toybox/toys/posix/
file.c 140 long sh_offset = elf_int(shdr+8+8*(bits+1), 4*(bits+1)); local
147 char *note = map+sh_offset;
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_386.go 61 sh_offset uint32 /* Section file offset */
vdso_linux_amd64.go 61 sh_offset uint64 /* Section file offset */
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_386.go 61 sh_offset uint32 /* Section file offset */
vdso_linux_amd64.go 61 sh_offset uint64 /* Section file offset */
  /system/netd/bpfloader/
BpfLoader.cpp 120 Slice progSection = take(drop(buffer, section->sh_offset), progSize);
167 size_t strTabOffset = ((Elf64_Shdr*) namesSection.base())->sh_offset;
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/elfutils/src/
elfcmp.c 280 newp->from = shdr1->sh_offset;
281 newp->to = shdr1->sh_offset + shdr1->sh_size;
307 || (shdr1->sh_offset != shdr2->sh_offset
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 824 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)), /* sh_offset */
837 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)), /* sh_offset */
849 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40), /* sh_offset */
861 (Elf32_Off)(sizeof(header32)+sizeof(sectionHeaders32)+2*sizeof(Elf32_Sym)+40+sizeof(entry)), /* sh_offset */
941 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)), /* sh_offset */
954 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)), /* sh_offset */
966 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40), /* sh_offset */
978 (Elf64_Off)(sizeof(header64)+sizeof(sectionHeaders64)+2*sizeof(Elf64_Sym)+40+sizeof(entry)), /* sh_offset */
1092 paddingSize=sectionHeaders32[4].sh_offset & 0xf;
1095 sectionHeaders32[4].sh_offset+=paddingSize
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c     [all...]

Completed in 779 milliseconds

1 23 4 5 6 7 8