OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nsections
(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
619
nsections
= get_le16(buf + 2);
624
if (
nsections
> 96) {
629
sectionlist = malloc(
nsections
* sizeof(sectionlist));
636
// log_msg("COFF: Found %u symbols in %u sections.\n", symtab_sz,
nsections
);
645
for (i = 0; i <
nsections
; i++) {
732
for (i = 0; i <
nsections
; i++) {
741
for (i = 0; i <
nsections
; i++) {
/external/elfutils/src/
unstrip.c
928
size_t nalloc, size_t
nsections
)
935
for (size_t i = nalloc; i <
nsections
; ++i)
[
all
...]
Completed in 43 milliseconds