Home
last modified time | relevance | path

Searched defs:dylib_module_64 (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1079 struct dylib_module_64 { struct
1080 uint32_t module_name; /* the module name (index into string table) */
1082 uint32_t iextdefsym; /* index into externally defined symbols */
1083 uint32_t nextdefsym; /* number of externally defined symbols */
1084 uint32_t irefsym; /* index into reference symbol table */
1085 uint32_t nrefsym; /* number of reference symbol table entries */
1086 uint32_t ilocalsym; /* index into symbols for local symbols */
1087 uint32_t nlocalsym; /* number of local symbols */
1089 uint32_t iextrel; /* index into external relocation entries */
1090 uint32_t nextrel; /* number of external relocation entries */
[all …]
/external/llvm/include/llvm/Support/
DMachO.h722 struct dylib_module_64 { struct
723 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 …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h724 struct dylib_module_64 { struct
725 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h736 struct dylib_module_64 { struct
737 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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMachO.h753 struct dylib_module_64 { struct
754 uint32_t module_name;
755 uint32_t iextdefsym;
756 uint32_t nextdefsym;
757 uint32_t irefsym;
758 uint32_t nrefsym;
759 uint32_t ilocalsym;
760 uint32_t nlocalsym;
761 uint32_t iextrel;
762 uint32_t nextrel;
[all …]