OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symtab_sz
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/build/make/
obj_int_extract.c
610
unsigned int nsections, symtab_ptr,
symtab_sz
, strtab_ptr;
local
621
symtab_sz
= get_le32(buf + 12);
622
strtab_ptr = symtab_ptr +
symtab_sz
* 18;
636
// log_msg("COFF: Found %u symbols in %u sections.\n",
symtab_sz
, nsections);
686
for (i = 0; i <
symtab_sz
; i++) {
/external/valgrind/main/coregrind/m_debuginfo/
readelf.c
2168
SizeT
symtab_sz
= 0;
local
[
all
...]
Completed in 50 milliseconds