翻訳と辞書
Words near each other
・ Machaneng Airport
・ Machang
・ Machang Bubok
・ Machang, Anhui
・ Machang, Kelantan
・ Machang, Qing County
・ MACH S.a.r.L
・ Mach Schau
・ Mach Schau (album)
・ Mach Song
・ Mach tuck
・ Mach wave
・ Mach'ayniyuq
・ Mach's principle
・ Mach-II
Mach-O
・ Mach-O Acres Airport
・ Mach3
・ Macha
・ Macha (band)
・ Macha (disambiguation)
・ Macha crater
・ Macha Grenon
・ Macha Mission
・ Macha Méril
・ Macha Oromo
・ Macha Rosenthal
・ Macha van der Vaart
・ Macha, Russia
・ Macha, Zambia


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Mach-O : ウィキペディア英語版
Mach-O

Mach-O, short for Mach object file format, is a file format for executables, object code, shared libraries, dynamically-loaded code, and core dumps. A replacement for the a.out format, Mach-O offers more extensibility and faster access to information in the symbol table.
Mach-O is used by most systems based on the Mach kernel. NeXTSTEP, OS X, and iOS are examples of systems that have used this format for native executables, libraries and object code.
== Mach-O file layout ==
Each Mach-O file is made up of one Mach-O header, followed by a series of load commands, followed by one or more segments, each of which contains between 0 and 255 sections. Mach-O uses the REL relocation format to handle references to symbols. When looking up symbols Mach-O uses a two-level namespace that encodes each symbol into an 'object/symbol name' pair that is then linearly searched for by first the object and then the symbol name.〔(【引用サイトリンク】title=OS X ABI Mach-O File Format Reference )
The basic structure—a list of variable-length "load commands" that reference pages of data elsewhere in the file—was also used in the executable file format for Accent. The Accent file format was in turn, based on an idea from Spice Lisp.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Mach-O」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.