Searched refs:memsz (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h64 uint64_t memsz() const { return m_Memsz; } function in class:mcld::ELFSegment
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp688 (*edata)->memsz()) + 7) & ~7);
692 (*edata)->memsz()) + 7) & ~7);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp616 (*etext)->memsz());
621 (*etext)->memsz());
626 (*etext)->memsz());
663 (*edata)->memsz());
668 (*edata)->memsz());
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp367 phdr[index].p_memsz = (*seg)->memsz();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1131 pReloc.target() = S + A - (*tls_seg)->memsz();

Completed in 101 milliseconds