Searched refs:findelfsecidx (Results 1 – 6 of 6) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/mdb/tools/common/ |
H A D | util.h | 38 extern int findelfsecidx(Elf *, char *);
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | input.c | 96 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) { in read_file() 349 if ((symtabidx = findelfsecidx(elf, file, ".symtab")) < 0) in symit_new()
|
H A D | ctfconvert.c | 125 if (findelfsecidx(elf, filename, ".debug") >= 0) { in file_read()
|
H A D | util.c | 65 findelfsecidx(Elf *elf, const char *file, const char *tofind) in findelfsecidx() function
|
H A D | ctftools.h | 429 int findelfsecidx(Elf *, const char *, const char *);
|
H A D | output.c | 349 if ((stidx = findelfsecidx(elf, file, in sort_iidescs()
|