Searched refs:free_section (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/libasm/
H A Dasm_end.c533 free_section (AsmScn_t *scnp) function
538 free_section (scnp->subnext);
564 free_section (oldp);
/external/openssl/crypto/x509v3/
H A Dv3_conf.c419 if (ctx->db_meth->free_section)
420 ctx->db_meth->free_section(ctx->db, section);
H A Dx509v3.h125 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section); member in struct:X509V3_CONF_METHOD_st
/external/openssl/include/openssl/
H A Dx509v3.h125 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section); member in struct:X509V3_CONF_METHOD_st
/external/valgrind/main/perf/
H A Dtinycc.c6850 static void free_section(Section *s)
20885 free_section(symtab_section->hash);
20887 free_section(s1->dynsymtab_section->hash);
20888 free_section(s1->dynsymtab_section->link);
20889 free_section(s1->dynsymtab_section);
20892 free_section(s1->sections[i]);
6848 static void free_section(Section *s) function

Completed in 170 milliseconds