Searched defs:dylib_module_64 (Results 1 – 4 of 4) sorted by relevance
1038 struct dylib_module_64 { struct1039 uint32_t module_name; /* the module name (index into string table) */1041 uint32_t iextdefsym; /* index into externally defined symbols */1042 uint32_t nextdefsym; /* number of externally defined symbols */1043 uint32_t irefsym; /* index into reference symbol table */1044 uint32_t nrefsym; /* number of reference symbol table entries */1045 uint32_t ilocalsym; /* index into symbols for local symbols */1046 uint32_t nlocalsym; /* number of local symbols */1048 uint32_t iextrel; /* index into external relocation entries */1049 uint32_t nextrel; /* number of external relocation entries */[all …]
722 struct dylib_module_64 { struct723 uint32_t module_name;724 uint32_t iextdefsym;725 uint32_t nextdefsym;726 uint32_t irefsym;727 uint32_t nrefsym;728 uint32_t ilocalsym;729 uint32_t nlocalsym;730 uint32_t iextrel;731 uint32_t nextrel;[all …]
724 struct dylib_module_64 { struct725 uint32_t module_name;726 uint32_t iextdefsym;727 uint32_t nextdefsym;728 uint32_t irefsym;729 uint32_t nrefsym;730 uint32_t ilocalsym;731 uint32_t nlocalsym;732 uint32_t iextrel;733 uint32_t nextrel;[all …]
736 struct dylib_module_64 { struct737 uint32_t module_name;738 uint32_t iextdefsym;739 uint32_t nextdefsym;740 uint32_t irefsym;741 uint32_t nrefsym;742 uint32_t ilocalsym;743 uint32_t nlocalsym;744 uint32_t iextrel;745 uint32_t nextrel;[all …]