Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
DMachODump.cpp478 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
483 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
490 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
527 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
531 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
539 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
549 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
553 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
560 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
589 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
[all …]