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.cpp452 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
457 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
464 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
501 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
505 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
513 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
523 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
527 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
534 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
563 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
[all …]