Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:OutputRelocSection

249 OutputRelocSection& HexagonLDBackend::getRelaDyn() {
254 const OutputRelocSection& HexagonLDBackend::getRelaDyn() const {
259 OutputRelocSection& HexagonLDBackend::getRelaPLT() {
264 const OutputRelocSection& HexagonLDBackend::getRelaPLT() const {
423 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
427 m_pRelaDyn = new OutputRelocSection(pModule, reladyn);