Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp476 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
477 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
478 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
525 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
526 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
527 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
547 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
548 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
549 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
587 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
[all …]