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

  /external/elfutils/0.153/libelf/
elf32_updatefile.c 618 size_t phdr_size = sizeof (ElfW2(LIBELFBITS,Phdr)) * phnum; local
620 phdr_size, ehdr->e_phoff)
621 != phdr_size))
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 346 uint64_t start_offset, phdr_size; local
349 phdr_size = sizeof(ElfXX_Phdr);
352 target().elfSegmentTable().size() * phdr_size);
  /art/compiler/
elf_writer_quick.cc 256 uint32_t phdr_size = sizeof(Elf32_Phdr) * PH_NUM; local
259 LOG(INFO) << "phdr_size=" << phdr_size << std::hex << " " << phdr_size; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2096 uint64_t offset = 0x0, phdr_size = 0x0; local
    [all...]

Completed in 907 milliseconds