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 99 // getSectLink - compute ElfXX_Shdr::sh_link
100 uint64_t getSectLink(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 323 shdr[sectIdx].sh_link = getSectLink(*ld_sect, pConfig);
591 /// getSectLink - compute ElfXX_Shdr::sh_link
592 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection,

Completed in 469 milliseconds