Searched refs:fdef (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/tests/libexec/ld.elf_so/helper_def_dynamic/
H A Dh_def_dynamic.c31 int *fdef(void);
33 fdef(void) function
/netbsd-current/tests/libexec/ld.elf_so/helper_def_static/
H A Dh_def_static.c31 int *fdef(void);
33 fdef(void) function
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Ddeffilep.y442 def_file_free (def_file *fdef)
447 if (!fdef)
449 free (fdef->name);
450 free (fdef->description);
452 if (fdef->section_defs)
454 for (i = 0; i < fdef->num_section_defs; i++)
456 free (fdef->section_defs[i].name);
457 free (fdef->section_defs[i].class);
459 free (fdef->section_defs);
462 for (i = 0; i < fdef
[all...]
H A Ddeffilep.c2288 def_file_free (def_file *fdef) argument
2293 if (!fdef)
2295 free (fdef->name);
2296 free (fdef->description);
2298 if (fdef->section_defs)
2300 for (i = 0; i < fdef->num_section_defs; i++)
2302 free (fdef->section_defs[i].name);
2303 free (fdef->section_defs[i].class);
2305 free (fdef->section_defs);
2308 for (i = 0; i < fdef
2354 def_file_print(FILE *file, def_file *fdef) argument
2524 def_file_add_export(def_file *fdef, const char *external_name, const char *internal_name, int ordinal, const char *its_name, bool *is_dup) argument
2571 def_get_module(def_file *fdef, const char *name) argument
2583 def_stash_module(def_file *fdef, const char *name) argument
2691 def_file_add_import(def_file *fdef, const char *name, const char *module, int ordinal, const char *internal_name, const char *its_name, bool *is_dup) argument
2731 def_file_add_import_from(def_file *fdef, int num_imports, const char *name, const char *module, int ordinal, const char *internal_name, const char *its_name ATTRIBUTE_UNUSED) argument
2776 def_file_add_import_at(def_file *fdef, int pos, const char *name, const char *module, int ordinal, const char *internal_name, const char *its_name) argument
2848 def_file_add_exclude_symbol(def_file *fdef, const char *name) argument
[all...]
H A Ddeffile.h121 extern int def_file_add_import_from (def_file *fdef,
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Ddeffilep.y431 def_file_free (def_file *fdef)
435 if (!fdef)
437 free (fdef->name);
438 free (fdef->description);
440 if (fdef->section_defs)
442 for (i = 0; i < fdef->num_section_defs; i++)
444 free (fdef->section_defs[i].name);
445 free (fdef->section_defs[i].class);
447 free (fdef->section_defs);
450 if (fdef
[all...]
H A Ddeffilep.c2246 def_file_free (def_file *fdef) argument
2250 if (!fdef)
2252 free (fdef->name);
2253 free (fdef->description);
2255 if (fdef->section_defs)
2257 for (i = 0; i < fdef->num_section_defs; i++)
2259 free (fdef->section_defs[i].name);
2260 free (fdef->section_defs[i].class);
2262 free (fdef->section_defs);
2265 if (fdef
2311 def_file_print(FILE *file, def_file *fdef) argument
2481 def_file_add_export(def_file *fdef, const char *external_name, const char *internal_name, int ordinal, const char *its_name, int *is_dup) argument
2529 def_get_module(def_file *fdef, const char *name) argument
2541 def_stash_module(def_file *fdef, const char *name) argument
2646 def_file_add_import(def_file *fdef, const char *name, const char *module, int ordinal, const char *internal_name, const char *its_name, int *is_dup) argument
2689 def_file_add_import_from(def_file *fdef, int num_imports, const char *name, const char *module, int ordinal, const char *internal_name, const char *its_name ATTRIBUTE_UNUSED) argument
2735 def_file_add_import_at(def_file *fdef, int pos, const char *name, const char *module, int ordinal, const char *internal_name, const char *its_name) argument
[all...]
H A Ddeffile.h111 extern int def_file_add_import_from (def_file *fdef,
/netbsd-current/tests/libexec/ld.elf_so/
H A Dt_tls_extern.c47 int *(*fdef)(void), *(*fuse)(void);
55 ATF_REQUIRE_DL(fdef = dlsym(def, "fdef"));
56 pdef = (*fdef)();
72 lazy: ATF_REQUIRE_DL(fdef = dlsym(def, "fdef"));
74 pdef = (*fdef)();
116 int *(*fdef)(void);
119 ATF_REQUIRE_DL(fdef = dlsym(def, "fdef"));
[all...]
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex.h175 u_int32_t fdef; /* Saved E_C_* default command flags. */ member in struct:_ex_private
H A Dex.c546 exp->fdef = E_C_HASH;
548 exp->fdef = E_C_LIST;
550 exp->fdef = E_C_PRINT;
557 F_SET(ecp, exp->fdef);
997 exp->fdef |= E_C_HASH;
1001 exp->fdef |= E_C_LIST;
1005 exp->fdef |= E_C_PRINT;

Completed in 160 milliseconds