About: Binary File Descriptor library     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : umbel-rc:SoftwareObject, within Data Space : dbpedia.demo.openlinksw.com associated with source document(s)
QRcode icon
http://dbpedia.demo.openlinksw.com/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FBinary_File_Descriptor_library&invfp=IFP_OFF&sas=SAME_AS_OFF

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.

AttributesValues
rdf:type
rdfs:label
  • Binary File Descriptor library (en)
  • 바이너리 파일 디스크립터 라이브러리 (ko)
  • BFDライブラリ (ja)
  • Biblioteca Binary File Descriptor (pt)
  • 二进制文件描述库 (zh)
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)
foaf:name
  • (en)
  • Binary File Descriptor library (en)
name
  • Binary File Descriptor library (en)
dcterms:subject
Wikipage page ID
Wikipage revision ID
Link from a Wikipage to another Wikipage
Link from a Wikipage to an external page
sameAs
dbp:wikiPageUsesTemplate
author
genre
license
programming language
has 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)
gold:hypernym
prov:wasDerivedFrom
page length (characters) of wiki page
author
genre
license
Faceted Search & Find service v1.17_git139 as of Feb 29 2024


Alternative Linked Data Documents: ODE     Content Formats:   [cxml] [csv]     RDF   [text] [turtle] [ld+json] [rdf+json] [rdf+xml]     ODATA   [atom+xml] [odata+json]     Microdata   [microdata+json] [html]    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3330 as of Mar 19 2024, on Linux (x86_64-generic-linux-glibc212), Single-Server Edition (378 GB total memory, 56 GB memory in use)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software