Home
last modified time | relevance | path

Searched refs:getFini (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h341 LDSection& getFini() { in getFini() function
346 const LDSection& getFini() const { in getFini() function
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp203 applyOne(llvm::ELF::DT_FINI, pFormat.getFini().addr()); in applyEntries()
H A DGNULDBackend.cpp1328 if (&pSectHdr == &file_format->getFini()) in getSectionOrder()