OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartAddress
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRangeList.h
29
uint64_t
StartAddress
;
43
return (
StartAddress
== 0) && (EndAddress == 0);
55
return
StartAddress
== -1U;
56
return
StartAddress
== -1ULL;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp
42
Entry.
StartAddress
= data.getRelocatedAddress(offset_ptr);
65
OS << format(format_str, Offset, RLE.
StartAddress
, RLE.EndAddress);
83
E.LowPC = RLE.
StartAddress
;
DWARFContext.cpp
1042
Optional<uint64_t> &
StartAddress
) {
1068
StartAddress
= LowPcAddr->Address;
1237
Result.StartFileName, Result.StartLine, Result.
StartAddress
);
1258
Optional<uint64_t>
StartAddress
;
1261
StartFileName, StartLine,
StartAddress
);
1270
Result.
StartAddress
=
StartAddress
;
1295
Result.
StartAddress
=
StartAddress
;
1339
Frame.
StartAddress
= LowPcAddr->Address
[
all
...]
/src/sys/external/bsd/acpica/dist/tables/
tbxfroot.c
286
* PARAMETERS:
StartAddress
- Starting pointer for search
297
UINT8 *
StartAddress
,
308
EndAddress =
StartAddress
+ Length;
312
for (MemRover =
StartAddress
; MemRover < EndAddress;
335
StartAddress
));
/src/sys/external/bsd/acpica/dist/utilities/
utaddress.c
104
RangeInfo->
StartAddress
= Address;
175
ACPI_FORMAT_UINT64 (RangeInfo->
StartAddress
),
250
(EndAddress >= RangeInfo->
StartAddress
))
264
ACPI_FORMAT_UINT64 (RangeInfo->
StartAddress
),
/src/sbin/efi/
devpath1.c
153
uint64_t
StartAddress
;
163
p->
StartAddress
, p->EndAddress);
169
DEVPATH_FMT(
StartAddress
:) " 0x%016" PRIx64 "\n"
173
p->
StartAddress
,
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Win64EH.h
94
support::ulittle32_t
StartAddress
;
/src/sys/external/bsd/acpica/dist/include/
actables.h
65
UINT8 *
StartAddress
,
actbl2.h
1333
UINT64
StartAddress
;
2651
UINT64
StartAddress
;
aclocal.h
860
ACPI_PHYSICAL_ADDRESS
StartAddress
;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp
166
if (Info.
StartAddress
) {
168
OS.write_hex(*Info.
StartAddress
);
307
{"
StartAddress
",
308
LineInfo.
StartAddress
? toHex(*LineInfo.
StartAddress
) : ""},
SymbolizableObjectFile.cpp
285
LineInfo.
StartAddress
= Start;
315
LI->
StartAddress
= Start;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp
218
DWARFAddressRange(FI.
startAddress
(), FI.endAddress());
253
const uint64_t
StartAddress
= FI.
startAddress
();
255
const uint64_t RangeSize = EndAddress -
StartAddress
;
257
StartAddress
, object::SectionedAddress::UndefSection};
267
LineEntry LE(
StartAddress
, CUI.DWARFToGSYMFileIndex(Gsym, *FileIdx),
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
COFFDump.cpp
532
if (!RF.
StartAddress
)
536
static_cast<uint32_t>(RF.
StartAddress
))
561
/*offsetof(RuntimeFunction,
StartAddress
)*/ 0,
562
RF.
StartAddress
);
llvm-objdump.cpp
208
static uint64_t
StartAddress
;
1254
if (Start >= End || End <=
StartAddress
)
1317
if (SectionAddr <
StartAddress
)
1318
Index = std::max<uint64_t>(Index,
StartAddress
- SectionAddr);
1510
if (getHidden(*RelCur) || SectionAddr + Offset <
StartAddress
) {
1677
if (Address <
StartAddress
|| Address > StopAddress || getHidden(Reloc))
1871
if ((Address <
StartAddress
) || (Address > StopAddress))
2224
checkForInvalidStartStopAddress(O,
StartAddress
, StopAddress);
2452
parseIntArg(InputArgs, OBJDUMP_start_address_EQ,
StartAddress
);
2580
if (
StartAddress
>= StopAddress
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp
644
uint64_t
StartAddress
= 0;
646
StartAddress
= alignTo(
StartAddress
, Sec->getAlignment());
647
SectionAddress[Sec] =
StartAddress
;
648
StartAddress
+= Layout.getSectionAddressSize(Sec);
653
StartAddress
+= getPaddingSize(Sec, Layout);
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp
148
static LineNumberInfo DILineInfoToIntelJITFormat(uintptr_t
StartAddress
,
153
Result.Offset = Address -
StartAddress
;
/src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl
339
if (!Registry::GetRegKeyVal ("\\\\$Server\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DHCPServer\\Configuration\\Subnets\\$Subnets[$i]\\IpRanges\\$SFirstAddress[0]\\
StartAddress
", \$RegVal)) {
475
my ($
StartAddress
, $EndAddress, @ExclusionRanges) = @_;
478
# input: $
StartAddress
:
487
$SA = unpack("L", $
StartAddress
);
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
DIContext.h
43
Optional<uint64_t>
StartAddress
;
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
threadaux.d
105
void*
StartAddress
;
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp
325
if (Range.
StartAddress
== Range.EndAddress)
329
if (!(Range.
StartAddress
+ OrigLowPc >= FuncRange.start() &&
332
MS->emitIntValue(Range.
StartAddress
+ PcOffset, AddressSize);
DWARFLinker.cpp
1566
First.
StartAddress
+ OrigLowPc < CurrRange.start() ||
1567
First.
StartAddress
+ OrigLowPc >= CurrRange.stop()) {
1568
CurrRange = FunctionRanges.find(First.
StartAddress
+ OrigLowPc);
1570
CurrRange.start() > First.
StartAddress
+ OrigLowPc) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
Win64EHDumper.cpp
207
SW.printString("
StartAddress
",
208
formatSymbol(Ctx, Section, Offset + 0, RF.
StartAddress
));
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
159
YamlRanges.Entries.push_back({RLE.
StartAddress
, RLE.EndAddress});
/src/sys/external/bsd/acpica/dist/common/
dmtbinfo2.c
501
{ACPI_DMT_UINT64, ACPI_IVRS1_OFFSET (
StartAddress
), "Start Address", 0},
1612
{ACPI_DMT_UINT64, ACPI_NFIT5_OFFSET (
StartAddress
), "Start Address", 0},
Completed in 68 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026