Searched refs:findelfsecidx (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| D | stabs.c | 197 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()
|
| D | input.c | 100 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) { in read_file() 353 if ((symtabidx = findelfsecidx(elf, file, ".symtab")) < 0) in symit_new()
|
| D | ctfconvert.c | 130 if (findelfsecidx(elf, filename, ".debug") >= 0) { in file_read()
|
| D | util.c | 68 findelfsecidx(Elf *elf, const char *file, const char *tofind) in findelfsecidx() function
|
| D | ctftools.h | 450 int findelfsecidx(Elf *, const char *, const char *);
|
| D | output.c | 355 if ((stidx = findelfsecidx(elf, file, in sort_iidescs()
|