Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h214 MachO::dysymtab_command DySymTabCmd = Obj.getDysymtabLoadCommand(); in populateJumpTable() local
229 Obj.getIndirectSymbolTableEntry(DySymTabCmd, FirstIndirectSymbol + i); in populateJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp187 MachO::dysymtab_command DySymTabCmd = Obj.getDysymtabLoadCommand(); in populateIndirectSymbolPointersSection() local
205 Obj.getIndirectSymbolTableEntry(DySymTabCmd, FirstIndirectSymbol + i); in populateIndirectSymbolPointersSection()