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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 103 // getSectInfo - compute ElfXX_Shdr::sh_info
104 uint64_t getSectInfo(const LDSection& pSection) const;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 324 shdr[sectIdx].sh_info = getSectInfo(*ld_sect);
616 /// getSectInfo - compute ElfXX_Shdr::sh_info
617 uint64_t ELFObjectWriter::getSectInfo(const LDSection& pSection) const {

Completed in 80 milliseconds