Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp65 InputSection *macho::offsetToInputSection(uint64_t *off) { in offsetToInputSection() function in macho
99 const InputSection *isec = offsetToInputSection(&off); in reportRangeError()
H A DRelocations.h118 InputSection *offsetToInputSection(uint64_t *);
/freebsd/contrib/llvm-project/lld/MachO/Arch/
H A DARM64Common.cpp144 const InputSection *isec = offsetToInputSection(&off); in reportUnalignedLdrStr()