An Entity of Type: software, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The Binary File Descriptor library (BFD) is the GNU Project's main mechanism for the portable manipulation of object files in a variety of formats. As of 2003, it supports approximately 50 file formats for some 25 instruction set architectures.

Property Value
dbo:abstract
  • The Binary File Descriptor library (BFD) is the GNU Project's main mechanism for the portable manipulation of object files in a variety of formats. As of 2003, it supports approximately 50 file formats for some 25 instruction set architectures. (en)
  • BFDライブラリ(ビーエフディーライブラリ、Binary File Descriptor Library)は、GNUプロジェクトにおいて、各種のオブジェクトファイルを取り扱う主要なメカニズムである。2003年時点で、約50のファイルフォーマットと約25のプロセッサ・アーキテクチャをサポートしている。 BFDライブラリは、オブジェクトファイルに共通の抽象的なビューを与えることにより動作する。オブジェクトファイルは、それぞれが名前・属性・データブロックを持つ複数の「セクション」、シンボルテーブル、リロケータブルバイナリのエントリ、を記述する「ヘッダ」を持つ。 内部的にBFDライブラリは、データを抽象的な形式から対象のプロセッサやファイルフォーマットが要求するビット/バイトレイアウトの形式に変換する。その主要なサービスはバイトオーダーの違いを取り扱うことである。例えば、リトルエンディアンのホストでのビッグエンディアンのターゲットの扱い、32ビットと64ビットの間の正しいデータ変換、再配置エントリによって決定されるアドレス演算の手順のようなものである。 BFDライブラリは当初、多種多様なツールから利用できる一般的なライブラリとして設計されていたが、GPLでのライセンシング、新しいシステムの特性に対応するためのAPIの頻繁な調整により、利用は抑えられる傾向にあった。BFDライブラリの主要な利用者は、GNUアセンブラ (GAS)、 (GLD)、他のGNU Binutilsのツール、GNUデバッガ (GDB) である。結果として、BFDライブラリ自体が独立して配布されることはなく、binutilsとGDBのリリースに同梱されている。いずれにせよ、BFDライブラリは組み込みシステム向け開発のためのGNUツールの重要な構成要素である。 BFDライブラリは、コアダンプで出力された構造体データを読むためにも利用される。 (ja)
  • 바이너리 파일 디스크립터 라이브러리(Binary File Descriptor library, BFD)는 다양한 포맷에서 목적 파일의 이식성 있는 조작을 위한 GNU 프로젝트의 주요한 메커니즘이다. 2003년 부로 이것은 25개의 프로세서 구조를 위한 거의 50개의 파일 포맷을 지원한다. (ko)
  • A biblioteca Binary File Descriptor (BFD), em português Descritor de Arquivo Binário, é o mecanismo principal do Projeto GNU para a manipulação portável de arquivos objeto em uma variedade de formatos. A partir de 2003, ele passou a suportar aproximadamente 50 formatos de arquivo para cerca de 25 arquiteturas de conjunto de instruções. (pt)
  • BFD库(二进制文件描述库)是GNU项目用于解决不同格式的目标文件的可移植性的主要机制。到2003年为止,它支持25种不同CPU体系结构上的大约50种文件格式。 (zh)
dbo:author
dbo:genre
dbo:license
dbo:programmingLanguage
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 337343 (xsd:integer)
dbo:wikiPageLength
  • 5086 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1000169191 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
dbp:genre
dbp:license
dbp:name
  • Binary File Descriptor library (en)
dbp:programmingLanguage
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • The Binary File Descriptor library (BFD) is the GNU Project's main mechanism for the portable manipulation of object files in a variety of formats. As of 2003, it supports approximately 50 file formats for some 25 instruction set architectures. (en)
  • 바이너리 파일 디스크립터 라이브러리(Binary File Descriptor library, BFD)는 다양한 포맷에서 목적 파일의 이식성 있는 조작을 위한 GNU 프로젝트의 주요한 메커니즘이다. 2003년 부로 이것은 25개의 프로세서 구조를 위한 거의 50개의 파일 포맷을 지원한다. (ko)
  • A biblioteca Binary File Descriptor (BFD), em português Descritor de Arquivo Binário, é o mecanismo principal do Projeto GNU para a manipulação portável de arquivos objeto em uma variedade de formatos. A partir de 2003, ele passou a suportar aproximadamente 50 formatos de arquivo para cerca de 25 arquiteturas de conjunto de instruções. (pt)
  • BFD库(二进制文件描述库)是GNU项目用于解决不同格式的目标文件的可移植性的主要机制。到2003年为止,它支持25种不同CPU体系结构上的大约50种文件格式。 (zh)
  • BFDライブラリ(ビーエフディーライブラリ、Binary File Descriptor Library)は、GNUプロジェクトにおいて、各種のオブジェクトファイルを取り扱う主要なメカニズムである。2003年時点で、約50のファイルフォーマットと約25のプロセッサ・アーキテクチャをサポートしている。 BFDライブラリは、オブジェクトファイルに共通の抽象的なビューを与えることにより動作する。オブジェクトファイルは、それぞれが名前・属性・データブロックを持つ複数の「セクション」、シンボルテーブル、リロケータブルバイナリのエントリ、を記述する「ヘッダ」を持つ。 内部的にBFDライブラリは、データを抽象的な形式から対象のプロセッサやファイルフォーマットが要求するビット/バイトレイアウトの形式に変換する。その主要なサービスはバイトオーダーの違いを取り扱うことである。例えば、リトルエンディアンのホストでのビッグエンディアンのターゲットの扱い、32ビットと64ビットの間の正しいデータ変換、再配置エントリによって決定されるアドレス演算の手順のようなものである。 BFDライブラリは、コアダンプで出力された構造体データを読むためにも利用される。 (ja)
rdfs:label
  • Binary File Descriptor library (en)
  • 바이너리 파일 디스크립터 라이브러리 (ko)
  • BFDライブラリ (ja)
  • Biblioteca Binary File Descriptor (pt)
  • 二进制文件描述库 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
foaf:name
  • (en)
  • Binary File Descriptor library (en)
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License