Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h80 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef() local
81 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
DRuntimeDyldCOFFThumb.h84 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef() local
85 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()
DRuntimeDyldCOFFAArch64.h169 SectionEntry &AddendSection = Sections[SectionID]; in processRelocationRef() local
170 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef()