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

  /system/core/libunwindstack/include/unwindstack/
Maps.h 26 #include <unwindstack/MapInfo.h>
39 MapInfo* Find(uint64_t pc);
41 bool ParseLine(const char* line, MapInfo* map_info);
47 typedef std::vector<MapInfo>::iterator iterator;
51 typedef std::vector<MapInfo>::const_iterator const_iterator;
58 std::vector<MapInfo> maps_;
MapInfo.h 30 struct MapInfo {
Elf.h 35 struct MapInfo;
51 uint64_t GetRelPc(uint64_t pc, const MapInfo* map_info);
Regs.h 28 struct MapInfo;
  /system/core/libunwindstack/
MapInfo.cpp 24 #include <unwindstack/MapInfo.h>
30 Memory* MapInfo::CreateMemory(pid_t pid) {
78 Elf* MapInfo::GetElf(pid_t pid, bool init_gnu_debugdata) {
Maps.cpp 38 MapInfo* Maps::Find(uint64_t pc) {
46 MapInfo* cur = &maps_[index];
58 bool Maps::ParseLine(const char* line, MapInfo* map_info) {
104 MapInfo map_info;
136 MapInfo map_info;
166 MapInfo map_info;
Elf.cpp 28 #include <unwindstack/MapInfo.h>
83 uint64_t Elf::GetRelPc(uint64_t pc, const MapInfo* map_info) {
Regs.cpp 25 #include <unwindstack/MapInfo.h>
  /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...]
  /system/core/libunwindstack/tests/
MapInfoCreateMemoryTest.cpp 34 #include <unwindstack/MapInfo.h>
67 MapInfo info{.start = 0x100, .end = 0x100, .offset = 0, .name = elf_.path};
86 MapInfo info{.start = 0x100, .end = 0x200, .offset = 0x100, .name = elf_.path};
106 MapInfo info{.start = 0x100, .end = 0x200, .offset = 0x100, .name = elf_at_100_.path};
128 MapInfo info;
147 MapInfo info;
186 MapInfo info;
MapInfoGetElfTest.cpp 34 #include <unwindstack/MapInfo.h>
48 info_.reset(new MapInfo{.start = start, .end = start + 1024, .offset = 0, .name = ""});
56 std::unique_ptr<MapInfo> info_;
ElfTest.cpp 26 #include <unwindstack/MapInfo.h>
288 MapInfo map_info{.start = 0x1000, .end = 0x2000};
UnwindTest.cpp 36 #include <unwindstack/MapInfo.h>
96 MapInfo* map_info = maps->Find(regs->pc());
RegsTest.cpp 23 #include <unwindstack/MapInfo.h>
230 MapInfo map_info{.start = 0x1000, .end = 0x2000};
MapsTest.cpp 200 MapInfo* info = maps.Find(0x1000);
  /system/core/libunwindstack/tools/
unwind.cpp 32 #include <unwindstack/MapInfo.h>
100 unwindstack::MapInfo* map_info = remote_maps.Find(regs->pc());
  /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);
  /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 404 milliseconds