Home
last modified time | relevance | path

Searched refs:pAddr (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DLDSection.cpp44 uint64_t pAddr) in LDSection() argument
51 m_Addr(pAddr), in LDSection()
71 uint64_t pAddr) { in Create() argument
73 new (result) LDSection(pName, pKind, pType, pFlag, pSize, pAddr); in Create()
/frameworks/compile/libbcc/lib/Support/
DDisassembler.cpp56 virtual int readByte(uint64_t pAddr, uint8_t *pByte) const { in readByte() argument
57 if (pAddr > getExtent()) in readByte()
59 *pByte = mBytes[pAddr]; in readByte()
/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h85 inline void alignAddress(uint64_t& pAddr, uint64_t pAlignConstraint) { in alignAddress() argument
87 pAddr = (pAddr + pAlignConstraint - 1) & ~(pAlignConstraint - 1); in alignAddress()
/frameworks/compile/mclinker/include/mcld/Support/
DFileSystem.h99 void* mmap(void* pAddr,
105 int munmap(void* pAddr, size_t pLen);
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h42 uint64_t pAddr = 0);
52 uint64_t pAddr = 0);