Home
last modified time | relevance | path

Searched refs:init_symtab (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c114 init_symtab(ctf_file_t *fp, const ctf_header_t *hp, in init_symtab() function
745 if ((err = init_symtab(fp, &hp, symsect, strsect)) != 0) { in ctf_bufopen()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c235 init_symtab (ctf_dict_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp) in init_symtab() function
1689 if ((err = init_symtab (fp, hp, symsect)) != 0) in ctf_bufopen_internal()
1904 assert (init_symtab (fp, fp->ctf_header, &fp->ctf_symtab) == 0); in ctf_symsect_endianness()
H A DChangeLog-202011 * ctf-open.c (init_symtab): Note the semantics of repeated calls.
112 * ctf-open.c (init_symtab): Check for lack of CTF_F_NEWFUNCINFO
120 init_symtab, even if there is no symtab section (there may be index
127 init_symtab, with st_nameidx_set check added.
1490 * ctf-open.c (init_symtab): Check for overflow against the right
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c235 init_symtab (ctf_dict_t *fp, const ctf_header_t *hp, const ctf_sect_t *sp) in init_symtab() function
1688 if ((err = init_symtab (fp, hp, symsect)) != 0) in ctf_bufopen_internal()
1903 assert (init_symtab (fp, fp->ctf_header, &fp->ctf_symtab) == 0); in ctf_symsect_endianness()
H A DChangeLog-202011 * ctf-open.c (init_symtab): Note the semantics of repeated calls.
112 * ctf-open.c (init_symtab): Check for lack of CTF_F_NEWFUNCINFO
120 init_symtab, even if there is no symtab section (there may be index
127 init_symtab, with st_nameidx_set check added.
1490 * ctf-open.c (init_symtab): Check for overflow against the right
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-202011 * ctf-open.c (init_symtab): Note the semantics of repeated calls.
112 * ctf-open.c (init_symtab): Check for lack of CTF_F_NEWFUNCINFO
120 init_symtab, even if there is no symtab section (there may be index
127 init_symtab, with st_nameidx_set check added.
1490 * ctf-open.c (init_symtab): Check for overflow against the right
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git172362 * ctf-open.c (init_symtab): Avoid ubsan error.