OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartAddress
(Results
1 - 11
of
11
) sorted by relevancy
/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/include/llvm/DebugInfo/
DIContext.h
43
Optional<uint64_t>
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/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/include/llvm/Support/
Win64EH.h
94
support::ulittle32_t
StartAddress
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
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/DebugInfo/DWARF/
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/include/
aclocal.h
860
ACPI_PHYSICAL_ADDRESS
StartAddress
;
actbl2.h
1333
UINT64
StartAddress
;
2651
UINT64
StartAddress
;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
17122
int64_t
StartAddress
= StoreNodes[0].OffsetFromBase;
17127
if (CurrAddress -
StartAddress
!= (ElementSizeBytes * i))
17410
int64_t
StartAddress
= LoadNodes[0].OffsetFromBase;
17418
if (CurrAddress -
StartAddress
!= (ElementSizeBytes * i))
Completed in 65 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026