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

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 131 shoff() const function in class:elfcpp::Elf_file
  /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...]
  /art/runtime/
elf_file.cc 1480 Elf_Off shoff = offset; local
    [all...]
  /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,
  /toolchain/binutils/binutils-2.25/gold/
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...]
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...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 227 milliseconds