Searched refs:findelfsecidx (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Dutil.h38 extern int findelfsecidx(Elf *, char *);
/freebsd-10.2-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c193 if (!((stabidx = findelfsecidx(elf, file, ".stab.excl")) >= 0 &&
194 (stabstridx = findelfsecidx(elf, file, ".stab.exclstr")) >= 0) &&
195 !((stabidx = findelfsecidx(elf, file, ".stab")) >= 0 &&
196 (stabstridx = findelfsecidx(elf, file, ".stabstr")) >= 0)) {
H A Dctfconvert.c126 if (findelfsecidx(elf, filename, ".debug") >= 0) {
H A Dutil.c64 findelfsecidx(Elf *elf, const char *file, const char *tofind) function
H A Dinput.c96 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) {
349 if ((symtabidx = findelfsecidx(elf, file, ".symtab")) < 0)
H A Dctftools.h435 int findelfsecidx(Elf *, const char *, const char *);
H A Doutput.c351 if ((stidx = findelfsecidx(elf, file,

Completed in 181 milliseconds