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

/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp749 DataRefImpl RelNext = Rel;
750 Obj->moveRelocationNext(RelNext);
751 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
798 DataRefImpl RelNext = Rel;
799 Obj->moveRelocationNext(RelNext);
800 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
820 DataRefImpl RelNext = Rel;
821 Obj->moveRelocationNext(RelNext);
822 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
860 DataRefImpl RelNext
[all...]
H A DMachODump.cpp1860 DataRefImpl RelNext = Rel; local
1861 info->O->moveRelocationNext(RelNext);
1863 RENext = info->O->getRelocation(RelNext);
1967 DataRefImpl RelNext = Rel; local
1968 info->O->moveRelocationNext(RelNext);
1969 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext);
2046 DataRefImpl RelNext = Rel; local
2047 info->O->moveRelocationNext(RelNext);
2049 RENext = info->O->getRelocation(RelNext);
2170 DataRefImpl RelNext local
[all...]

Completed in 152 milliseconds