Home
last modified time | relevance | path

Searched defs:filepos (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libutil++/
Dop_bfd.h52 unsigned long filepos() const { return symb_value + section_filepos; } in filepos() function
Dop_bfd.cpp239 u32 filepos = filepos_map[dbfd.syms[i]->section->name]; in get_symbols() local
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
Dexample.js152 postCall('fseek', filehandle, offset, whence, function(filehandle, filepos) { argument
161 postCall('fflush', filehandle, function(filehandle, filepos) { argument