Searched defs:filepos (Results 1 - 12 of 12) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dwad.h56 int filepos; member in struct:__anon11431
H A Dcommon.c1285 int filepos, filelen; member in struct:__anon11315
1302 int filepos, filelen; member in struct:__anon11316
1506 fseek (*file, pak->files[i].filepos, SEEK_SET);
1689 newfiles[i].filepos = LittleLong(info[i].filepos);
/external/quake/quake/src/WinQuake/
H A Dwad.h56 int filepos; member in struct:__anon11889
H A Dcommon.cpp1244 int filepos, filelen; member in struct:__anon11600
1261 int filepos, filelen; member in struct:__anon11601
1436 Sys_FileSeek (pak->handle, pak->files[i].filepos);
1442 fseek (*file, pak->files[i].filepos, SEEK_SET);
1699 newfiles[i].filepos = LittleLong(info[i].filepos);
/external/llvm/lib/Archive/
H A DArchiveWriter.cpp210 unsigned filepos = ARFile.tellp(); local
211 filepos -= 8;
245 symTab.insert(std::make_pair(*SI,filepos));
250 numVbrBytes(filepos);
/external/oprofile/libutil++/
H A Dop_bfd.cpp60 section_filepos(a->section->filepos),
91 return filepos() < rhs.filepos();
96 return bfd_symbol->section->filepos + bfd_symbol->section->size;
169 filepos_map[sect->name] = sect->filepos;
235 // need to use filepos of original file's section for
239 u32 filepos = filepos_map[dbfd.syms[i]->section->name]; local
240 if (filepos != 0)
241 dbfd.syms[i]->section->filepos = filepos;
[all...]
H A Dop_bfd.h52 unsigned long filepos() const { return symb_value + section_filepos; } function in class:op_bfd_symbol
63 /// compare two symbols by their filepos()
73 /// the section filepos for this symbol
170 * Otherwise, return the filepos of a section with a matching
292 // mapping of section names to filepos in the original binary
/external/grub/stage2/
H A Ddisk_io.c127 int filepos; variable
1544 /* if any "dir" function uses/sets filepos, it must
1546 filepos = 0;
1650 /* Make sure "filepos" is a sane value */
1651 if ((filepos < 0) || (filepos > filemax))
1652 filepos = filemax;
1655 if ((len < 0) || (len > (filemax - filepos)))
1656 len = filemax - filepos;
1661 if (filepos
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 170 milliseconds