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 101 // getSectLink - compute ElfXX_Shdr::sh_link
102 uint64_t getSectLink(const LDSection& pSection,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 317 shdr[sectIdx].sh_link = getSectLink(*ld_sect, pConfig);
538 /// getSectLink - compute ElfXX_Shdr::sh_link
539 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection,

Completed in 832 milliseconds