Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp459 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
464 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
471 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
508 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
512 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
520 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
530 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
534 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
541 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
570 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
[all …]