HomeSort by relevance Sort by last modified time
    Searched defs:BaseAddr (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFCompileUnit.cpp 90 BaseAddr = 0;
214 uint64_t BaseAddr =
216 if (BaseAddr == -1U)
217 BaseAddr = DieArray[0].getAttributeValueAsUnsigned(this, DW_AT_entry_pc, 0);
218 setBaseAddress(BaseAddr);
DWARFCompileUnit.h 41 uint64_t BaseAddr;
92 uint64_t getBaseAddress() const { return BaseAddr; }
95 BaseAddr = base_addr;
  /external/grub/stage2/
mb_info.h 48 unsigned long long BaseAddr;