Lines Matching refs:SegInfo
6 SegInfo is from the very original Valgrind code, and so it predates
22 A SegInfo specifically describes memory mmaped from an ELF object file.
24 Segments can point to one Seginfo. A SegInfo can relate to a memory
26 first page of an ELF file (the one containing the header), a SegInfo
29 appears in the address range of an existing SegInfo, it will have that
30 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 Segment
52 > Aha. So the range of a SegInfo will always be equal to or greater
54 > file plus some extra pages, and then the SegInfo won't cover the extra
78 > Can a new mmap appear in the address range of an existing SegInfo?