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

  /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...]
  /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;
  /toolchain/binutils/binutils-2.25/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,
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 266 var shoff int64
285 shoff = int64(hdr.Shoff)
304 shoff = int64(hdr.Shoff)
310 if shnum > 0 && shoff > 0 && (shstrndx < 0 || shstrndx >= shnum) {
361 off := shoff + int64(i)*int64(shentsize)
445 return nil, &FormatError{shoff + int64(i*shentsize), "bad section name index", names[i]}
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 266 var shoff int64
285 shoff = int64(hdr.Shoff)
304 shoff = int64(hdr.Shoff)
310 if shnum > 0 && shoff > 0 && (shstrndx < 0 || shstrndx >= shnum) {
361 off := shoff + int64(i)*int64(shentsize)
445 return nil, &FormatError{shoff + int64(i*shentsize), "bad section name index", names[i]}
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go 179 Shoff [4]uint8
221 Shoff [8]uint8
290 shoff uint64
511 elfobj.shoff = e.Uint64(hdr.Shoff[:])
525 elfobj.shoff = uint64(e.Uint32(hdr.Shoff[:]))
605 if f.Seek(int64(uint64(base)+elfobj.shoff+uint64(int64(i)*int64(elfobj.shentsize))), 0) < 0 {
elf.go 787 shoff uint64
944 ehdr.shoff = ELF64HDRSIZE /* Will move as we add PHeaders */
971 ehdr.shoff = ELF32HDRSIZE /* Will move as we add PHeaders */
1097 ehdr.shoff += ELF64PHDRSIZE
1099 ehdr.shoff += ELF32PHDRSIZE
1131 Thearch.Vput(ehdr.shoff)
1151 Thearch.Lput(uint32(ehdr.shoff))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go 179 Shoff [4]uint8
221 Shoff [8]uint8
290 shoff uint64
511 elfobj.shoff = e.Uint64(hdr.Shoff[:])
525 elfobj.shoff = uint64(e.Uint32(hdr.Shoff[:]))
605 if f.Seek(int64(uint64(base)+elfobj.shoff+uint64(int64(i)*int64(elfobj.shentsize))), 0) < 0 {
elf.go 787 shoff uint64
944 ehdr.shoff = ELF64HDRSIZE /* Will move as we add PHeaders */
971 ehdr.shoff = ELF32HDRSIZE /* Will move as we add PHeaders */
1097 ehdr.shoff += ELF64PHDRSIZE
1099 ehdr.shoff += ELF32PHDRSIZE
1131 Thearch.Vput(ehdr.shoff)
1151 Thearch.Lput(uint32(ehdr.shoff))
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 781 const off_t shoff = this->elf_file_.shoff(); local
788 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 195 const off_t shoff = elf_file->shoff(); local
197 sd->section_headers = this->get_lasting_view(shoff, shnum * shdr_size,
    [all...]
reloc.cc 297 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
674 const unsigned char* pshdrs = this->get_view(this->elf_file_.shoff(),
    [all...]
aarch64.cc     [all...]
arm.cc     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 131 shoff() const function in class:elfcpp::Elf_file
  /art/runtime/
elf_file.cc 1494 Elf_Off shoff = offset; local
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1616 milliseconds