OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Relocs
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h
20
RelocAddrMap
Relocs
;
DWARFAcceleratorTable.h
42
const RelocAddrMap&
Relocs
;
45
const RelocAddrMap &
Relocs
)
46
: AccelSection(AccelSection), StringSection(StringSection),
Relocs
(
Relocs
) {}
/external/llvm/lib/MC/
MachObjectWriter.cpp
800
std::vector<RelAndSymbol> &
Relocs
= Relocations[&Sec];
801
unsigned NumRelocs =
Relocs
.size();
908
std::vector<RelAndSymbol> &
Relocs
= Relocations[&Sec];
909
for (const RelAndSymbol &Rel : make_range(
Relocs
.rbegin(),
Relocs
.rend()))
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
790
void RuntimeDyldImpl::resolveRelocationList(const RelocationList &
Relocs
,
792
for (unsigned i = 0, e =
Relocs
.size(); i != e; ++i) {
793
const RelocationEntry &RE =
Relocs
[i];
810
RelocationList &
Relocs
= i->second;
811
resolveRelocationList(
Relocs
, 0);
846
RelocationList &
Relocs
= i->second;
847
resolveRelocationList(
Relocs
, Addr);
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
output.h
471
// Whether any dynamic
relocs
have been applied to this section.
1152
// This is used when sorting dynamic
relocs
. Return -1 to sort this
1159
// when sorting dynamic
relocs
.
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
773
std::vector<std::pair<uint64_t, SymbolRef>>
Relocs
;
784
Relocs
.push_back(std::make_pair(RelocOffset, *RelocSym));
787
array_pod_sort(
Relocs
.begin(),
Relocs
.end());
812
Relocs
.begin(),
Relocs
.end(),
814
if (Reloc !=
Relocs
.end()) {
[
all
...]
Completed in 464 milliseconds