Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp860 DataRefImpl RelNext = Rel; in getRelocationValueString() local
861 moveRelocationNext(RelNext); in getRelocationValueString()
862 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
908 DataRefImpl RelNext = Rel; in getRelocationValueString() local
909 moveRelocationNext(RelNext); in getRelocationValueString()
910 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
930 DataRefImpl RelNext = Rel; in getRelocationValueString() local
931 moveRelocationNext(RelNext); in getRelocationValueString()
932 MachO::any_relocation_info RENext = getRelocation(RelNext); in getRelocationValueString()
969 DataRefImpl RelNext = Rel; in getRelocationValueString() local
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1795 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
1796 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1798 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1888 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
1889 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1890 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1959 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
1960 info->O->moveRelocationNext(RelNext); in SymbolizerGetOpInfo()
1962 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2071 DataRefImpl RelNext = Rel; in SymbolizerGetOpInfo() local
[all …]