Home
last modified time | relevance | path

Searched refs:RENext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp448 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
453 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
460 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
497 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
501 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
509 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
519 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
523 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
530 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
559 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
[all …]