| /freebsd/sys/contrib/dev/acpica/components/tables/ |
| H A D | tbxfroot.c | 405 UINT8 *StartAddress, in ACPI_EXPORT_SYMBOL_INIT() 416 EndAddress = StartAddress + Length; in ACPI_EXPORT_SYMBOL_INIT() 420 for (MemRover = StartAddress; MemRover < EndAddress; in ACPI_EXPORT_SYMBOL_INIT() 443 StartAddress)); in ACPI_EXPORT_SYMBOL_INIT()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugRangeList.cpp | 22 return StartAddress == dwarf::computeTombstoneAddress(AddressSize); in isBaseAddressSelectionEntry() 49 Entry.StartAddress = data.getRelocatedAddress(offset_ptr); in extract() 83 OS << format(AddrFmt, Offset, RLE.StartAddress, RLE.EndAddress); in dump() 100 E.LowPC = RLE.StartAddress; in getAbsoluteRanges()
|
| H A D | DWARFContext.cpp | 1604 std::optional<uint64_t> &StartAddress) { in getFunctionNameAndStartLineForAddress() argument 1630 StartAddress = LowPcAddr->Address; in getFunctionNameAndStartLineForAddress() 1741 Result.StartFileName, Result.StartLine, Result.StartAddress); in getLineInfoForAddress() 1778 std::optional<uint64_t> StartAddress; in getLineInfoForAddressRange() local 1781 StartFileName, StartLine, StartAddress); in getLineInfoForAddressRange() 1790 Result.StartAddress = StartAddress; in getLineInfoForAddressRange() 1815 Result.StartAddress = StartAddress; in getLineInfoForAddressRange() 1860 Frame.StartAddress = LowPcAddr->Address; in getInliningInfoForAddress()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utaddress.c | 212 RangeInfo->StartAddress = Address; in AcpiUtAddAddressRange() 283 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress), in AcpiUtRemoveAddressRange() 358 (EndAddress >= RangeInfo->StartAddress)) in AcpiUtCheckAddressRange() 372 ACPI_FORMAT_UINT64 (RangeInfo->StartAddress), in AcpiUtCheckAddressRange()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugRangeList.h | 32 uint64_t StartAddress; member 46 return (StartAddress == 0) && (EndAddress == 0); in isEndOfListEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymContext.cpp | 90 LineInfo.StartAddress = Result.FuncRange.start(); in getLineInfoForAddress() 153 LineInfo.StartAddress = Result.FuncRange.start(); in getInliningInfoForAddress()
|
| H A D | DwarfTransformer.cpp | 314 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable() local 316 const uint64_t RangeSize = EndAddress - StartAddress; in convertFunctionLineTable() 318 StartAddress, object::SectionedAddress::UndefSection}; in convertFunctionLineTable() 354 LineEntry LE(StartAddress, Gsym.insertFile(FilePath), *Line); in convertFunctionLineTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 171 if (Info.StartAddress) { in printStartAddress() 173 OS.write_hex(*Info.StartAddress); in printStartAddress() 313 LineInfo.StartAddress ? toHex(*LineInfo.StartAddress) : ""}, in toJSON()
|
| H A D | SymbolizableObjectFile.cpp | 292 LineInfo.StartAddress = Start; in symbolizeCode() 327 LI->StartAddress = Start; in symbolizeInlinedCode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | SFrame.h | 106 detail::packed<int32_t, E> StartAddress; 155 detail::packed<T, E> StartAddress;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | Expression.h | 73 lldb::addr_t StartAddress() { return m_jit_start_addr; } in StartAddress() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 697 uint64_t StartAddress = 0; in computeSectionAddresses() local 699 StartAddress = alignTo(StartAddress, Sec->getAlign()); in computeSectionAddresses() 700 SectionAddress[Sec] = StartAddress; in computeSectionAddresses() 701 StartAddress += Asm.getSectionAddressSize(*Sec); in computeSectionAddresses() 706 StartAddress += getPaddingSize(Asm, Sec); in computeSectionAddresses()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 79 impl_code_address.SetOffset(StartAddress()); in MakeFunctionCaller()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Win64EH.h | 151 support::ulittle32_t StartAddress; member
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actables.h | 173 UINT8 *StartAddress,
|
| H A D | aclocal.h | 969 ACPI_PHYSICAL_ADDRESS StartAddress; member
|
| H A D | actbl2.h | 1441 UINT64 StartAddress; member 2759 UINT64 StartAddress; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 149 static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t StartAddress, in DILineInfoToIntelJITFormat() argument 154 Result.Offset = Address - StartAddress; in DILineInfoToIntelJITFormat()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 696 if (!RF.StartAddress) in printRuntimeFunction() 700 static_cast<uint32_t>(RF.StartAddress)) in printRuntimeFunction() 726 RF.StartAddress); in printRuntimeFunctionRels()
|
| H A D | llvm-objdump.cpp | 336 static uint64_t StartAddress; variable 1524 uint64_t StartAddress = SectionAddr + Start; in collectBBAddrMapLabels() local 1527 FullAddrMap.getEntryForAddress(StartAddress); in collectBBAddrMapLabels() 1531 FunctionMap->getAddrMap().getBBRangeIndexForBaseAddress(StartAddress); in collectBBAddrMapLabels() 2128 if (Start >= End || End <= StartAddress) in disassembleObject() 2229 if (SectionAddr < StartAddress) in disassembleObject() 2230 Index = std::max<uint64_t>(Index, StartAddress - SectionAddr); in disassembleObject() 2306 if (getHidden(*RelCur) || SectionAddr + RelOffset < StartAddress) { in disassembleObject() 2775 if (Address < StartAddress || Address > StopAddress || getHidden(Reloc)) in printRelocations() 2978 if ((Address < StartAddress) || (Address > StopAddress)) in printSymbol() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 49 std::optional<uint64_t> StartAddress; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 297 BuildObjectCheckerFunc(m_checker_function->StartAddress()); in InstrumentInstruction()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Windows_NT_util.cpp | 72 LPVOID StartAddress; 83 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 28); 86 KMP_BUILD_ASSERT(offsetof(SYSTEM_THREAD, StartAddress) == 32); 71 LPVOID StartAddress; global() member
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 249 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress)); in printRuntimeFunctionEntry()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 577 uintptr_t StartAddress = Info->dlpi_addr + Phdr->p_vaddr; 580 OS << format("{{{mmap:%#016x:%#x:load:%d:%s:%#016x}}}\n", StartAddress,
|