Searched refs:getSectLink (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h99 // getSectLink - compute ElfXX_Shdr::sh_link
100 uint64_t getSectLink(const LDSection& pSection,
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp323 shdr[sectIdx].sh_link = getSectLink(*ld_sect, pConfig);
591 /// getSectLink - compute ElfXX_Shdr::sh_link
592 uint64_t ELFObjectWriter::getSectLink(const LDSection& pSection, function in class:mcld::ELFObjectWriter

Completed in 329 milliseconds