Home
last modified time | relevance | path

Searched refs:findelfsecidx (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/
Dstabs.c197 if (!((stabidx = findelfsecidx(elf, file, ".stab.excl")) >= 0 && in stabs_read()
198 (stabstridx = findelfsecidx(elf, file, ".stab.exclstr")) >= 0) && in stabs_read()
199 !((stabidx = findelfsecidx(elf, file, ".stab")) >= 0 && in stabs_read()
200 (stabstridx = findelfsecidx(elf, file, ".stabstr")) >= 0)) { in stabs_read()
Dinput.c100 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) { in read_file()
353 if ((symtabidx = findelfsecidx(elf, file, ".symtab")) < 0) in symit_new()
Dctfconvert.c130 if (findelfsecidx(elf, filename, ".debug") >= 0) { in file_read()
Dutil.c68 findelfsecidx(Elf *elf, const char *file, const char *tofind) in findelfsecidx() function
Dctftools.h450 int findelfsecidx(Elf *, const char *, const char *);
Doutput.c355 if ((stidx = findelfsecidx(elf, file, in sort_iidescs()