Searched refs:getSectionPrEsdRecord (Results 1 – 2 of 2) sorted by relevance
113 const uint8_t *getSectionPrEsdRecord(DataRefImpl &Sec) const;115 const uint8_t *getSectionPrEsdRecord(uint32_t SectionIndex) const;
350 const uint8_t *SectionPrRecord = getSectionPrEsdRecord(I); in getSymbolSection()382 const uint8_t *GOFFObjectFile::getSectionPrEsdRecord(DataRefImpl &Sec) const { in getSectionPrEsdRecord() function in GOFFObjectFile399 GOFFObjectFile::getSectionPrEsdRecord(uint32_t SectionIndex) const { in getSectionPrEsdRecord() function in GOFFObjectFile402 const uint8_t *EsdRecord = getSectionPrEsdRecord(Sec); in getSectionPrEsdRecord()411 const uint8_t *PrEsdRecord = getSectionPrEsdRecord(Sec); in getSectionDefEsdId()