OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocName
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
312
SmallString<32>
RelocName
;
315
if (error(Reloc.getTypeName(
RelocName
)))
346
W.printNumber("Type",
RelocName
, Obj->getAnyRelocationType(RE));
358
OS << " " <<
RelocName
COFFDumper.cpp
684
SmallString<32>
RelocName
;
691
if (error(Reloc.getTypeName(
RelocName
)))
702
W.printNumber("Type",
RelocName
, RelocType);
707
<< " " <<
RelocName
[
all
...]
ELFDumper.cpp
666
SmallString<32>
RelocName
;
667
Obj->getRelocationTypeName(Rel.getType(Obj->isMips64EL()),
RelocName
);
677
W.printNumber("Type",
RelocName
, (int)Rel.getType(Obj->isMips64EL()));
683
<< " " <<
RelocName
[
all
...]
Completed in 455 milliseconds