Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h875 struct dysymtab_command { struct
877 uint32_t cmdsize; /* sizeof(struct dysymtab_command) */ argument
894 uint32_t ilocalsym; /* index to local symbols */
895 uint32_t nlocalsym; /* number of local symbols */
897 uint32_t iextdefsym;/* index to externally defined symbols */
898 uint32_t nextdefsym;/* number of externally defined symbols */
900 uint32_t iundefsym; /* index to undefined symbols */
901 uint32_t nundefsym; /* number of undefined symbols */
911 uint32_t tocoff; /* file offset to table of contents */
912 uint32_t ntoc; /* number of entries in table of contents */
[all …]
/external/llvm/include/llvm/Support/
DMachO.h678 struct dysymtab_command { struct
679 uint32_t cmd;
680 uint32_t cmdsize;
681 uint32_t ilocalsym;
682 uint32_t nlocalsym;
683 uint32_t iextdefsym;
684 uint32_t nextdefsym;
685 uint32_t iundefsym;
686 uint32_t nundefsym;
687 uint32_t tocoff;
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h680 struct dysymtab_command { struct
681 uint32_t cmd;
682 uint32_t cmdsize;
683 uint32_t ilocalsym;
684 uint32_t nlocalsym;
685 uint32_t iextdefsym;
686 uint32_t nextdefsym;
687 uint32_t iundefsym;
688 uint32_t nundefsym;
689 uint32_t tocoff;
[all …]
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h701 struct dysymtab_command { struct
702 uint32_t cmd;
703 uint32_t cmdsize;
704 uint32_t ilocalsym;
705 uint32_t nlocalsym;
706 uint32_t iextdefsym;
707 uint32_t nextdefsym;
708 uint32_t iundefsym;
709 uint32_t nundefsym;
710 uint32_t tocoff;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h694 struct dysymtab_command { struct
695 uint32_t cmd;
696 uint32_t cmdsize;
697 uint32_t ilocalsym;
698 uint32_t nlocalsym;
699 uint32_t iextdefsym;
700 uint32_t nextdefsym;
701 uint32_t iundefsym;
702 uint32_t nundefsym;
703 uint32_t tocoff;
[all …]