Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp1074 const Section *ehFrameSection, in processCIE() argument
1152 uint64_t funcAddress = ehFrameSection->address + offset + in processCIE()
1179 const Section *ehFrameSection, in processFDE() argument
1262 uint64_t cieAddress = ehFrameSection->address + offset + cieFieldInFDE; in processFDE()
1282 uint64_t rangeStart = ehFrameSection->address + offset + rangeFieldInFDE; in processFDE()
1308 ehFrameSection->address + offset + augmentationDataFieldInFDE + in processFDE()
1324 const Section *ehFrameSection = nullptr; in addEHFrameReferences() local
1328 ehFrameSection = &section; in addEHFrameReferences()
1333 if (!ehFrameSection) in addEHFrameReferences()
1339 file.eachAtomInSection(*ehFrameSection, in addEHFrameReferences()
[all …]