Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp457 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
458 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
459 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
506 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
507 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
508 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
528 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
529 Obj->moveRelocationNext(RelNext); in getMachORelocationValueString()
530 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString()
568 DataRefImpl RelNext = Rel; in getMachORelocationValueString() local
[all …]