Searched refs:SegInfo (Results 1 – 3 of 3) sorted by relevance
6 SegInfo is from the very original Valgrind code, and so it predates22 A SegInfo specifically describes memory mmaped from an ELF object file.24 Segments can point to one Seginfo. A SegInfo can relate to a memory26 first page of an ELF file (the one containing the header), a SegInfo29 appears in the address range of an existing SegInfo, it will have that30 SegInfo attached to it, presumably because its part of a .so file.32 pieces will still be associated with the same SegInfo. For this reason,33 the address/length info in a SegInfo is not a duplicate of the Segment52 > Aha. So the range of a SegInfo will always be equal to or greater54 > file plus some extra pages, and then the SegInfo won't cover the extra[all …]
16 storage.c contains the SegInfo structure and stuff for
8593 class SegInfo { class8595 SegInfo(const object::MachOObjectFile *Obj);8616 SegInfo::SegInfo(const object::MachOObjectFile *Obj) { in SegInfo() function in SegInfo8641 StringRef SegInfo::segmentName(uint32_t SegIndex) { in segmentName()8649 const SegInfo::SectionInfo &SegInfo::findSection(uint32_t SegIndex, in findSection()8663 StringRef SegInfo::sectionName(uint32_t SegIndex, uint64_t OffsetInSeg) { in sectionName()8667 uint64_t SegInfo::address(uint32_t SegIndex, uint64_t OffsetInSeg) { in address()8674 SegInfo sectionTable(Obj); in printMachORebaseTable()8718 SegInfo sectionTable(Obj); in printMachOBindTable()8750 SegInfo sectionTable(Obj); in printMachOLazyBindTable()[all …]