OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecAddr
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Object/
RelocVisitor.h
50
RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t
SecAddr
= 0,
59
return visitELF_X86_64_PC32(R, Value,
SecAddr
);
75
return visitELF_386_PC32(R, Value,
SecAddr
);
183
uint64_t
SecAddr
) {
199
uint64_t
SecAddr
) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp
169
uint64_t
SecAddr
=
171
FixedValue +=
SecAddr
;
274
uint64_t
SecAddr
= Writer->getSectionAddress(A_SD->getFragment()->getParent());
275
FixedValue +=
SecAddr
;
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp
361
uint64_t
SecAddr
= Writer->getSectionAddress(A_SD->getFragment()->getParent());
362
FixedValue +=
SecAddr
;
Completed in 906 milliseconds