Searched refs:ctf_dict (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelfgen.h23 struct ctf_dict;
28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab);
30 (struct ctf_dict *ctf_output, int symidx, struct elf_internal_sym *sym);
H A Dldemul.h115 (struct ctf_dict *, struct elf_strtab_hash *);
117 (struct ctf_dict *, int symidx, struct elf_internal_sym *);
246 void (*acquire_strings_for_ctf) (struct ctf_dict *, struct elf_strtab_hash *);
255 void (*new_dynsym_for_ctf) (struct ctf_dict *, int, struct elf_internal_sym *);
H A Dldelfgen.c409 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab)
426 ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx,
469 ldelf_acquire_strings_for_ctf (struct ctf_dict *ctf_output ATTRIBUTE_UNUSED,
473 ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output ATTRIBUTE_UNUSED,
H A Dldemul.c424 ldemul_acquire_strings_for_ctf (struct ctf_dict *ctf_output,
432 ldemul_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx,
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.h23 struct ctf_dict;
28 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab);
30 (struct ctf_dict *ctf_output, int symidx, struct elf_internal_sym *sym);
H A Dldemul.h115 (struct ctf_dict *, struct elf_strtab_hash *);
117 (struct ctf_dict *, int symidx, struct elf_internal_sym *);
246 void (*acquire_strings_for_ctf) (struct ctf_dict *, struct elf_strtab_hash *);
255 void (*new_dynsym_for_ctf) (struct ctf_dict *, int, struct elf_internal_sym *);
H A Dldelfgen.c409 (struct ctf_dict *ctf_output, struct elf_strtab_hash *strtab)
426 ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx,
469 ldelf_acquire_strings_for_ctf (struct ctf_dict *ctf_output ATTRIBUTE_UNUSED,
473 ldelf_new_dynsym_for_ctf (struct ctf_dict *ctf_output ATTRIBUTE_UNUSED,
H A Dldemul.c424 ldemul_acquire_strings_for_ctf (struct ctf_dict *ctf_output,
432 ldemul_new_dynsym_for_ctf (struct ctf_dict *ctf_output, int symidx,
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dctf-api.h43 typedef struct ctf_dict ctf_dict_t;
560 typedef struct ctf_dict ctf_file_t;
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dctf-api.h43 typedef struct ctf_dict ctf_dict_t;
560 typedef struct ctf_dict ctf_file_t;
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h43 typedef struct ctf_dict ctf_dict_t;
560 typedef struct ctf_dict ctf_file_t;
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h356 /* The ctf_dict is the structure used to represent a CTF dictionary to library
362 NOTE: ctf_serialize requires that everything inside of ctf_dict either be an
364 ctf_dict itself, a pointer to statically allocated data, or specially handled
365 in ctf_serialize. If you add a pointer to ctf_dict that points to something
366 within the ctf_dict itself, you must make corresponding changes to
369 struct ctf_dict struct
430 struct ctf_dict *ctf_parent; /* Parent CTF dict (if any). */
H A Dctf-link.c1942 sizeof (struct ctf_dict *) * (arg.i + 1))) == NULL)
1944 errloc = "ctf_dict reallocation";
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-impl.h356 /* The ctf_dict is the structure used to represent a CTF dictionary to library
362 NOTE: ctf_serialize requires that everything inside of ctf_dict either be an
364 ctf_dict itself, a pointer to statically allocated data, or specially handled
365 in ctf_serialize. If you add a pointer to ctf_dict that points to something
366 within the ctf_dict itself, you must make corresponding changes to
369 struct ctf_dict struct
430 struct ctf_dict *ctf_parent; /* Parent CTF dict (if any). */
H A Dctf-link.c1945 sizeof (struct ctf_dict *) * (arg.i + 1))) == NULL)
1947 errloc = "ctf_dict reallocation";
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h356 /* The ctf_dict is the structure used to represent a CTF dictionary to library
362 NOTE: ctf_serialize requires that everything inside of ctf_dict either be an
364 ctf_dict itself, a pointer to statically allocated data, or specially handled
365 in ctf_serialize. If you add a pointer to ctf_dict that points to something
366 within the ctf_dict itself, you must make corresponding changes to
369 struct ctf_dict struct
430 struct ctf_dict *ctf_parent; /* Parent CTF dict (if any). */
H A Dctf-link.c1942 sizeof (struct ctf_dict *) * (arg.i + 1))) == NULL)
1944 errloc = "ctf_dict reallocation";

Completed in 209 milliseconds