Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp446 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
447 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
448 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
495 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
496 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
497 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
517 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
518 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
519 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
557 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
[all …]