HomeSort by relevance Sort by last modified time
    Searched full:seginfo (Results 1 - 24 of 24) sorted by null

  /external/quake/quake/src/WinQuake/
dos_v2.cpp 128 // the seginfo structure around for when you free the mem.
131 static _go32_dpmi_seginfo seginfo[10]; variable
143 memset(seginfo, 0, sizeof(seginfo));
153 if (!seginfo[i].rm_segment) break;
154 seginfo[i] = info;
167 if (seginfo[i].rm_segment == segment)
169 _go32_dpmi_free_dos_memory(&seginfo[i]);
170 seginfo[i].rm_segment = 0;
  /external/valgrind/main/docs/internals/
segments-seginfos.txt 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 greate
    [all...]
3_0_BUGSTATUS.txt 79 n-i-bz Give more info about seginfo dropping.
  /external/valgrind/main/coregrind/m_debuginfo/
priv_readelf.h 46 object/exe specified by the SegInfo, find ELF sections, then read
49 supplied SegInfo.
README.txt 16 storage.c contains the SegInfo structure and stuff for
UNUSED_STABS.txt     [all...]
storage.c 34 system. These are: the top level SegInfo list. For each SegInfo,
    [all...]
readxcoff.c     [all...]
priv_storage.h 359 reading stuff into the seginfo. Are computed as early in the
readdwarf.c     [all...]
readelf.c     [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 227 if ((pInfo.segInfo[0].dwSegBasePa != 0) &&
228 (pInfo.segInfo[0].ulTotalSegSize) > 0) {
229 pVirtBase = mmap(NULL, pInfo.segInfo[0].ulTotalSegSize,
232 pInfo.segInfo[0].dwSegBasePa);
248 pInfo.segInfo[0].ulTotalSegSize,
253 pInfo.segInfo[0].ulTotalSegSize);
510 /*segInfo index starts at 0.These checks may not be required*/
511 if ((pInfo.segInfo[0].dwSegBasePa != 0) &&
512 (pInfo.segInfo[0].ulTotalSegSize) > 0) {
523 pInfo.segInfo[0].ulTotalSegSize))
    [all...]
DSPStrm.c 234 /* segInfo index starts at 0 */
235 if ((pInfo.segInfo[strmInfo.uSegment-1].dwSegBasePa
236 != 0) && (pInfo.segInfo[strmInfo.uSegment-1]\
239 pInfo.segInfo[strmInfo.uSegment-1]\
562 /* segInfo index starts at 0 */
563 if ((pInfo.segInfo[pAttrIn->uSegment-1].dwSegBasePa
564 == 0) || (pInfo.segInfo[pAttrIn->uSegment-1]\
573 pInfo.segInfo[pAttrIn->uSegment-1]\
576 .segInfo[pAttrIn->uSegment-1].dwSegBasePa);
585 pInfo.segInfo[pAttrIn->uSegment-1].ulTotalSegSize
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 200 - delete all specs acquired from the seginfo
240 seginfo is allowed to be NULL, meaning that the specs are
242 particular seginfo. */
246 DebugInfo* seginfo; /* symbols etc */ member in struct:_TopSpec
247 Spec* specs; /* specs pulled out of seginfo */
265 should not be deleted. Same is true if either parent's seginfo
351 vg_assert(ts->seginfo != newsi);
432 newts->seginfo = newsi;
455 if (ts->seginfo)
457 ts->seginfo, ts )
    [all...]
  /external/valgrind/main/drd/
drd_error.h 33 #include "pub_tool_debuginfo.h" // SegInfo
  /hardware/ti/omap3/dspbridge/inc/
cmmdefs.h 113 struct CMM_SEGINFO segInfo[CMM_MAXGPPSEGS];
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmmdefs.h 113 struct CMM_SEGINFO segInfo[CMM_MAXGPPSEGS];
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 625 class segInfo:
635 ret = segInfo()
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-as 
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
as 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-as 

Completed in 426 milliseconds