HomeSort by relevance Sort by last modified time
    Searched refs:shoff (Results 1 - 20 of 20) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/pprof/
elf.go 49 var shoff, shentsize int64
54 shoff = int64(byteOrder.Uint32(buf[32:]))
61 shoff = int64(byteOrder.Uint64(buf[40:]))
70 if _, err := f.ReadAt(buf[:shentsize], shoff+int64(i)*shentsize); err != nil {
  /prebuilts/go/linux-x86/src/runtime/pprof/
elf.go 49 var shoff, shentsize int64
54 shoff = int64(byteOrder.Uint32(buf[32:]))
61 shoff = int64(byteOrder.Uint64(buf[40:]))
70 if _, err := f.ReadAt(buf[:shentsize], shoff+int64(i)*shentsize); err != nil {
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 308 uint32_t shoff = 0x0; local
314 shoff = ehdr->e_shoff;
319 shoff = mcld::bswap32(ehdr->e_shoff);
326 if (shoff == 0x0)
343 pInput.memArea()->request(pInput.fileOffset() + shoff, shentsize);
359 shoff += shentsize;
363 pInput.memArea()->request(pInput.fileOffset() + shoff, shnum * shentsize);
802 uint64_t shoff = 0x0; local
808 shoff = ehdr->e_shoff;
813 shoff = mcld::bswap64(ehdr->e_shoff)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 326 ulong_type shoff; member in struct:simple_object_elf_read
424 eor->shoff = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr,
432 && eor->shoff != 0)
438 if (!simple_object_internal_read (descriptor, offset + eor->shoff, shdr,
519 sobj->offset + eor->shoff + shdr_size,
  /external/toybox/toys/posix/
file.c 52 off_t phoff, shoff; local
103 shoff = elf_int(toybuf+32+8*bits, 4+4*bits);
138 char *shdr = map+shoff+i*shsize;
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 277 var shoff int64
296 shoff = int64(hdr.Shoff)
315 shoff = int64(hdr.Shoff)
321 if shnum > 0 && shoff > 0 && (shstrndx < 0 || shstrndx >= shnum) {
372 off := shoff + int64(i)*int64(shentsize)
456 return nil, &FormatError{shoff + int64(i*shentsize), "bad section name index", names[i]}
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 277 var shoff int64
296 shoff = int64(hdr.Shoff)
315 shoff = int64(hdr.Shoff)
321 if shnum > 0 && shoff > 0 && (shstrndx < 0 || shstrndx >= shnum) {
372 off := shoff + int64(i)*int64(shentsize)
456 return nil, &FormatError{shoff + int64(i*shentsize), "bad section name index", names[i]}
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/
ldelf.go 194 Shoff [4]uint8
236 Shoff [8]uint8
304 shoff uint64
509 elfobj.shoff = e.Uint64(hdr.Shoff[:])
523 elfobj.shoff = uint64(e.Uint32(hdr.Shoff[:]))
593 if f.Seek(int64(uint64(base)+elfobj.shoff+uint64(int64(i)*int64(elfobj.shentsize))), 0) < 0 {
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
ldelf.go 194 Shoff [4]uint8
236 Shoff [8]uint8
304 shoff uint64
509 elfobj.shoff = e.Uint64(hdr.Shoff[:])
523 elfobj.shoff = uint64(e.Uint32(hdr.Shoff[:]))
593 if f.Seek(int64(uint64(base)+elfobj.shoff+uint64(int64(i)*int64(elfobj.shentsize))), 0) < 0 {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 356 shoff uint64
510 ehdr.shoff = ELF64HDRSIZE /* Will move as we add PHeaders */
537 ehdr.shoff = ELF32HDRSIZE /* Will move as we add PHeaders */
663 ehdr.shoff += ELF64PHDRSIZE
665 ehdr.shoff += ELF32PHDRSIZE
695 out.Write64(ehdr.shoff)
713 out.Write32(uint32(ehdr.shoff))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 356 shoff uint64
510 ehdr.shoff = ELF64HDRSIZE /* Will move as we add PHeaders */
537 ehdr.shoff = ELF32HDRSIZE /* Will move as we add PHeaders */
663 ehdr.shoff += ELF64PHDRSIZE
665 ehdr.shoff += ELF32PHDRSIZE
695 out.Write64(ehdr.shoff)
713 out.Write32(uint32(ehdr.shoff))
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc 777 const off_t shoff = this->elf_file_.shoff(); local
784 const unsigned char* const pshdrs = this->get_view(shoff, shnum * shdr_size,
    [all...]
incremental.cc 528 const off_t shoff = this->elf_file_.shoff(); local
531 Location shdrs_location(shoff, shnum * shdr_size);
    [all...]
object.cc 196 const off_t shoff = elf_file->shoff(); local
198 sd->section_headers = this->get_lasting_view(shoff, shnum * shdr_size,
    [all...]
reloc.cc 274 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
594 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
    [all...]
arm.cc     [all...]
aarch64.cc     [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 131 shoff() const function in class:elfcpp::Elf_file
  /art/runtime/
elf_file.cc 1493 Elf_Off shoff = offset; local
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 355 milliseconds