OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocName
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
542
SmallString<32>
RelocName
;
543
Reloc.getTypeName(
RelocName
);
572
W.printNumber("Type",
RelocName
, Obj->getAnyRelocationType(RE));
597
OS << " " <<
RelocName
COFFDumper.cpp
1437
SmallString<32>
RelocName
;
1439
Reloc.getTypeName(
RelocName
);
1454
W.printNumber("Type",
RelocName
, RelocType);
1460
<< " " <<
RelocName
ELFDumper.cpp
3416
SmallString<32>
RelocName
;
3417
this->Obj.getRelocationTypeName(R.Type,
RelocName
);
3418
Fields[2].Str =
RelocName
.c_str();
6318
SmallString<32>
RelocName
;
6319
this->Obj.getRelocationTypeName(R.Type,
RelocName
);
6324
W.printNumber("Type",
RelocName
, R.Type);
6330
OS << W.hex(R.Offset) << " " <<
RelocName
<< " "
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp
1675
SmallString<32>
RelocName
;
1679
Reloc.getTypeName(
RelocName
);
1684
<< left_justify(
RelocName
, TypePadding) << " " << ValueStr
1711
SmallString<32>
RelocName
;
1713
Reloc.getTypeName(
RelocName
);
1716
outs() << format(Fmt.data(), Address) << " " <<
RelocName
<< " "
Completed in 101 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026