Searched refs:ctf_bfdopen_ctfsect (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open-bfd.c | 77 if ((arc = ctf_bfdopen_ctfsect (abfd, &ctfsect, errp)) != NULL) in ctf_bfdopen() 92 ctf_bfdopen_ctfsect (struct bfd *abfd _libctf_unused_, in ctf_bfdopen_ctfsect() function
|
H A D | libctf.ver | 171 ctf_bfdopen_ctfsect; /* libctf only. */
|
H A D | ChangeLog-2020 | 28 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Get the endianness from the 207 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Check for the flag: open the 318 (ctf_bfdopen_ctfsect): Likewise. 613 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Explicitly open a strtab 967 (ctf_bfdopen_ctfsect): Use ctf_arc_bufopen. 1502 (ctf_bfdopen_ctfsect): Open string and symbol tables using 1832 (ctf_bfdopen_ctfsect): Likewise. Set cts_size properly. 1843 * libctf/ctf-open-bfd.c (ctf_bfdopen_ctfsect): Use it. 1902 (ctf_bfdopen_ctfsect): New declaration.
|
H A D | ChangeLog | 157 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Initialize debugging.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open-bfd.c | 77 if ((arc = ctf_bfdopen_ctfsect (abfd, &ctfsect, errp)) != NULL) in ctf_bfdopen() 92 ctf_bfdopen_ctfsect (struct bfd *abfd _libctf_unused_, in ctf_bfdopen_ctfsect() function
|
H A D | libctf.ver | 171 ctf_bfdopen_ctfsect; /* libctf only. */
|
H A D | ChangeLog-2020 | 28 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Get the endianness from the 207 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Check for the flag: open the 318 (ctf_bfdopen_ctfsect): Likewise. 613 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Explicitly open a strtab 967 (ctf_bfdopen_ctfsect): Use ctf_arc_bufopen. 1502 (ctf_bfdopen_ctfsect): Open string and symbol tables using 1832 (ctf_bfdopen_ctfsect): Likewise. Set cts_size properly. 1843 * libctf/ctf-open-bfd.c (ctf_bfdopen_ctfsect): Use it. 1902 (ctf_bfdopen_ctfsect): New declaration.
|
H A D | ChangeLog | 136 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Initialize debugging.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 28 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Get the endianness from the 207 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Check for the flag: open the 318 (ctf_bfdopen_ctfsect): Likewise. 613 * ctf-open-bfd.c (ctf_bfdopen_ctfsect): Explicitly open a strtab 967 (ctf_bfdopen_ctfsect): Use ctf_arc_bufopen. 1502 (ctf_bfdopen_ctfsect): Open string and symbol tables using 1832 (ctf_bfdopen_ctfsect): Likewise. Set cts_size properly. 1843 * libctf/ctf-open-bfd.c (ctf_bfdopen_ctfsect): Use it. 1902 (ctf_bfdopen_ctfsect): New declaration.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 326 extern ctf_archive_t *ctf_bfdopen_ctfsect (struct bfd *, const ctf_sect_t *,
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 326 extern ctf_archive_t *ctf_bfdopen_ctfsect (struct bfd *, const ctf_sect_t *,
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | objdump.c | 4562 if ((ctfa = ctf_bfdopen_ctfsect (abfd, &ctfsect, &err)) == NULL) in dump_ctf()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | objdump.c | 4835 if ((ctfa = ctf_bfdopen_ctfsect (abfd, &ctfsect, &err)) == NULL) in dump_ctf()
|