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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 98 // getSectEntrySize - compute ElfXX_Shdr::sh_entsize
100 uint64_t getSectEntrySize(const LDSection& pSection) const;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 330 shdr[sectIdx].sh_entsize = getSectEntrySize<SIZE>(*ld_sect);
574 /// getSectEntrySize - compute ElfXX_Shdr::sh_entsize
576 uint64_t ELFObjectWriter::getSectEntrySize(const LDSection& pSection) const

Completed in 166 milliseconds