/external/oprofile/libutil++/ |
op_bfd.cpp | 60 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...] |
op_bfd.h | 52 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
|
op_spu_bfd.cpp | 165 filepos_map[sect->name] = sect->filepos;
|
bfd_support.cpp | 637 pc = (sym.value() + offset) - sym.filepos();
|
/build/tools/releasetools/ |
sparse_img.py | 137 chunk_start, chunk_len, filepos, fill_data = self.offset_map[idx] 142 if filepos is not None: 143 p = filepos + ((s - chunk_start) * self.blocksize) 153 chunk_start, chunk_len, filepos, fill_data = self.offset_map[idx] 155 if filepos is not None: 156 f.seek(filepos, os.SEEK_SET) 189 chunk_start, chunk_len, filepos, fill_data = self.offset_map[idx] 190 if filepos is not None: 191 filepos += (b-chunk_start) * self.blocksize 192 f.seek(filepos, os.SEEK_SET [all...] |
/external/oprofile/libpp/ |
callgraph_container.cpp | 97 // sorted by filepos so this will find the nearest 110 u32 const end_offset = it->size() + it->filepos(); 173 << b.syms[i].name() << " filepos " << start 189 callee_end = bfdsym->size() + bfdsym->filepos() - boffset; 195 finish_sym(i, bfdsym->filepos()); 199 << bfdsym->name() << " filepos " 200 << bfdsym->filepos() << "-" 201 << (bfdsym->filepos() + bfdsym->size())
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
example.js | 152 postCall('fseek', filehandle, offset, whence, function(filehandle, filepos) { 154 common.logMessage('Seeked to location ' + filepos + ' in file ' + filename + 161 postCall('fflush', filehandle, function(filehandle, filepos) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |