OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SymOffset
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h
28
uint64_t
SymOffset
= 0, SID SectionID = 0);
32
uint64_t
SymOffset
);
57
uint64_t
SymOffset
, SID SectionID);
62
uint64_t
SymOffset
, SID SectionID);
RuntimeDyldImpl.h
145
///
SymOffset
- Section offset of the relocation entry's symbol (used for GOT
148
uint64_t
SymOffset
;
160
SymOffset
(0), IsPCRel(false), Size(0) {}
163
uint64_t
symoffset
)
165
SymOffset
(
symoffset
), IsPCRel(false), Size(0) {}
170
SymOffset
(0), IsPCRel(IsPCRel), Size(Size) {}
RuntimeDyldELF.cpp
229
uint64_t
SymOffset
) {
602
uint64_t
SymOffset
,
613
SymOffset
, SectionID);
617
CalculatedValue,
SymOffset
,
623
CalculatedValue,
SymOffset
,
634
uint64_t
SymOffset
, SID SectionID) {
642
<< "
SymOffset
: " << format("%x",
SymOffset
) << "\n");
671
getSectionAddress(SectionToGOTMap[SectionID]) +
SymOffset
;
684
return (
SymOffset
- 0x7ff0) & 0xffff
[
all
...]
/external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
73
uint64_t
SymOffset
= SymAddress - SecAddress;
74
uint64_t SymEnd =
SymOffset
+ SymSize;
85
if (Offset >=
SymOffset
&& Offset < SymEnd) {
97
uint64_t
SymOffset
= SymAddress - SecAddress;
98
uint64_t SymEnd =
SymOffset
+ SymSize;
107
if (Offset >=
SymOffset
&& Offset < SymEnd)
108
Collection[std::make_pair(SymName, Offset -
SymOffset
)] = *RelocSymName;
198
uint64_t
SymOffset
= SymAddress - SecAddress;
199
StringRef SymContents = SecContents.substr(
SymOffset
, SymSize);
Completed in 930 milliseconds