Lines Matching refs:ehFrameSection
1074 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 = §ion; in addEHFrameReferences()
1333 if (!ehFrameSection) in addEHFrameReferences()
1339 file.eachAtomInSection(*ehFrameSection, in addEHFrameReferences()
1349 ehFrameErr = processCIE(normalizedFile, file, handler, ehFrameSection, in addEHFrameReferences()
1352 ehFrameErr = processFDE(normalizedFile, file, handler, ehFrameSection, in addEHFrameReferences()