Searched refs:getSectionByIndex (Results 1 – 5 of 5) sorted by relevance
36 ELFSectionTy const *section = owner->getSectionByIndex(index); in getName()159 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()224 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()254 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()283 ELFSectionTy const *sec = owner->getSectionByIndex(idx); in getAddress()
98 ELFObject<Bitwidth>::getSectionByIndex(size_t i) const { in getSectionByIndex() function in ELFObject104 ELFObject<Bitwidth>::getSectionByIndex(size_t i) { in getSectionByIndex() function in ELFObject
73 ELFSectionTy const *getSectionByIndex(size_t i) const;74 ELFSectionTy *getSectionByIndex(size_t i);
123 static_cast<ELFSectionBits<64> *>(mObject->getSectionByIndex(i)); in prepareDebugImage()126 static_cast<ELFSectionBits<32> *>(mObject->getSectionByIndex(i)); in prepareDebugImage()
123 static_cast<ELFSectionBits<64>*>(object->getSectionByIndex(i)); in rsloaderUpdateSectionHeaders()126 static_cast<ELFSectionBits<32>*>(object->getSectionByIndex(i)); in rsloaderUpdateSectionHeaders()