Searched refs:pAddr (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | LDSection.cpp | 44 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/ |
D | Disassembler.cpp | 56 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/ |
D | SizeTraits.h | 85 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/ |
D | FileSystem.h | 99 void* mmap(void* pAddr, 105 int munmap(void* pAddr, size_t pLen);
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSection.h | 42 uint64_t pAddr = 0); 52 uint64_t pAddr = 0);
|