HomeSort by relevance Sort by last modified time
    Searched refs:MapInfo (Results 1 - 14 of 14) sorted by null

  /system/core/libunwindstack/
MapInfo.h 28 struct MapInfo {
Regs.h 26 struct MapInfo;
53 virtual uint64_t GetRelPc(Elf* elf, const MapInfo* map_info) = 0;
75 uint64_t GetRelPc(Elf* elf, const MapInfo* map_info) override;
Regs.cpp 28 #include "MapInfo.h"
33 uint64_t RegsTmpl<AddressType>::GetRelPc(Elf* elf, const MapInfo* map_info) {
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridgeIo.c 589 MAP_INFO *MapInfo;
640 (VOID **)&MapInfo
650 *Mapping = MapInfo;
655 MapInfo->Operation = Operation;
656 MapInfo->NumberOfBytes = *NumberOfBytes;
657 MapInfo->NumberOfPages = EFI_SIZE_TO_PAGES(*NumberOfBytes);
658 MapInfo->HostAddress = PhysicalAddress;
659 MapInfo->MappedHostAddress = 0x00000000ffffffff;
667 MapInfo->NumberOfPages,
668 &MapInfo->MappedHostAddress
    [all...]
PcatPciRootBridge.h 92 LIST_ENTRY MapInfo;
PcatPciRootBridge.c 96 InitializeListHead (&PrivateData->MapInfo);
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciRootBridgeIo.c     [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciRootBridgeIo.c 1047 MAP_INFO *MapInfo;
1096 (VOID **) &MapInfo
1105 *Mapping = MapInfo;
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 551 struct MapInfo {
585 typedef DenseSet<ConstantClass *, MapInfo> MapTy;
613 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
641 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
  /system/core/libunwindstack/tests/
RegsTest.cpp 23 #include "MapInfo.h"
133 MapInfo map_info{.start = 0x1000, .end = 0x2000};
249 MapInfo map_info{.start = 0x1000, .end = 0x2000};
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 53 @param MapInfo The map info.
61 DEVICE_CONSIST_MAPPING_INFO *MapInfo,
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp     [all...]

Completed in 511 milliseconds