OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:symtab_sz
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c
633
unsigned int nsections, symtab_ptr,
symtab_sz
, strtab_ptr;
local
644
symtab_sz
= get_le32(buf + 12);
645
strtab_ptr = symtab_ptr +
symtab_sz
* 18;
659
// log_msg("COFF: Found %u symbols in %u sections.\n",
symtab_sz
, nsections);
713
for (i = 0; i <
symtab_sz
; i++) {
Completed in 700 milliseconds