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.h1038 struct dylib_module_64 { struct
1039 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 …]
/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/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h745 struct dylib_module_64 { struct
746 uint32_t module_name;
747 uint32_t iextdefsym;
748 uint32_t nextdefsym;
749 uint32_t irefsym;
750 uint32_t nrefsym;
751 uint32_t ilocalsym;
752 uint32_t nlocalsym;
753 uint32_t iextrel;
754 uint32_t nextrel;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h738 struct dylib_module_64 { struct
739 uint32_t module_name;
740 uint32_t iextdefsym;
741 uint32_t nextdefsym;
742 uint32_t irefsym;
743 uint32_t nrefsym;
744 uint32_t ilocalsym;
745 uint32_t nlocalsym;
746 uint32_t iextrel;
747 uint32_t nextrel;
[all …]