Displaying 3 results from an estimated 3 matches for "objc_method_list".
2016 Sep 26
4
objc object file generated for gnustep runtime for ELF target is too big
...0/clang+llvm-3.8.0-x86_64-apple-darwin.tar.xz
(
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-apple-darwin15.0.0
Thread model: posix
)
gives another results:
1. object file has 159044 bytes size
2. in disassembler a lot of unnecessary .objc_property_list, .objc_method_list, .objc_protocol_list and .objc_protocol in .bss and .data section
3. the final binary size is 101837 bytes size
If comment in above sample #import <UIKit/UIKit.h, the size of object file and binary file in xcode compilation will be the same,
but size binary and object fil...
2006 Oct 16
1
[LLVMdev] initializer does not match global variable type.
...byte*,
%struct._objc_symtab* }
%struct._objc_selector = type { sbyte*, sbyte* }
%struct._objc_symtab = type { int, %struct._objc_selector**,
short, short, [2 x sbyte*] }
%struct.objc_class = type { %struct.objc_class*,
%struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*,
%struct.objc_method_list*, %struct.sarray*, %struct.objc_class*,
%struct.objc_class*, %struct.objc_protocol_list*, sbyte* }
%struct.objc_ivar_list = type opaque
%struct.objc_method_list = type opaque
%struct.objc_object = type { %struct.objc_class* }
%struct.objc_protocol_list = type opaque
%struct.sarray = type opaqu...
2006 Oct 17
1
[LLVMdev] initializer does not match global variable type.
...byte*,
%struct._objc_symtab* }
%struct._objc_selector = type { sbyte*, sbyte* }
%struct._objc_symtab = type { int, %struct._objc_selector**,
short, short, [2 x sbyte*] }
%struct.objc_class = type { %struct.objc_class*,
%struct.objc_class*, sbyte*, int, uint, int, %struct.objc_ivar_list*,
%struct.objc_method_list*, %struct.sarray*, %struct.objc_class*,
%struct.objc_class*, %struct.objc_protocol_list*, sbyte* }
%struct.objc_ivar_list = type opaque
%struct.objc_method_list = type opaque
%struct.objc_object = type { %struct.objc_class* }
%struct.objc_protocol_list = type opaque
%struct.sarray = type opaqu...