Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp720 DataRefImpl RelNext = Rel; in getRelocationValueString() local
721 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
722 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
769 DataRefImpl RelNext = Rel; in getRelocationValueString() local
770 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
771 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
791 DataRefImpl RelNext = Rel; in getRelocationValueString() local
792 Obj->moveRelocationNext(RelNext); in getRelocationValueString()
793 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString()
831 DataRefImpl RelNext = Rel; in getRelocationValueString() local
[all …]
H A DMachODump.cpp2290 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2291 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2293 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2421 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2422 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2494 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2495 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
2497 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2612 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
2613 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
[all …]