Searched defs:ifl_desc (Results 1 – 1 of 1) sorted by relevance
842 struct ifl_desc { /* input file descriptor */ struct843 const char *ifl_name; /* full file name */844 const char *ifl_soname; /* shared object name */845 dev_t ifl_stdev; /* device id and inode number for .so */846 ino_t ifl_stino; /* multiple inclusion checks */847 Ehdr *ifl_ehdr; /* elf header describing this file */848 Elf *ifl_elf; /* elf descriptor for this file */849 Sym_desc **ifl_oldndx; /* original symbol table indices */850 Sym_desc *ifl_locs; /* symbol desc version of locals */851 Ssv_desc *ifl_sortsyms; /* sorted list of symbols by value */[all …]