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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 102 // getSectLink - compute ElfXX_Shdr::sh_link
103 uint64_t getSectLink(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 331 shdr[sectIdx].sh_link = getSectLink(*ld_sect, pConfig);
605 /// getSectLink - compute ElfXX_Shdr::sh_link
606 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection,

Completed in 554 milliseconds