/
niceSOFT
/
gdb
ОбзорДокументацияВойти
/
niceSOFT
/
gdb
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
gdb/
elfcpp/
..
ChangeLog

Update year range in copyright notice of binutils files

7 месяцев назад
ChangeLog-0815

binutils ChangeLog rotation

11 лет назад
ChangeLog-2016

ChangeLog rotation

10 лет назад
ChangeLog-2017

ChangeLog rotation

9 лет назад
ChangeLog-2018

ChangeLog rotation

8 лет назад
ChangeLog-2019

ChangeLog rotation

7 лет назад
ChangeLog-2020

ChangeLog rotation

6 лет назад
README

Update year range in copyright notice of binutils files

7 месяцев назад
aarch64.h

Update year range in copyright notice of binutils files

7 месяцев назад
arm.h

gas, bfd, gold: Rename Arm v8/v9 architecture tags

2 месяца назад
dwarf.h

Update year range in copyright notice of binutils files

7 месяцев назад
elfcpp.h

Update year range in copyright notice of binutils files

7 месяцев назад
elfcpp_file.h

Update year range in copyright notice of binutils files

7 месяцев назад
elfcpp_internal.h

Update year range in copyright notice of binutils files

7 месяцев назад
elfcpp_swap.h

Update year range in copyright notice of binutils files

7 месяцев назад
i386.h

Update year range in copyright notice of binutils files

7 месяцев назад
mips.h

Update year range in copyright notice of binutils files

7 месяцев назад
powerpc.h

Update year range in copyright notice of binutils files

7 месяцев назад
s390.h

Update year range in copyright notice of binutils files

7 месяцев назад
sparc.h

Update year range in copyright notice of binutils files

7 месяцев назад
tilegx.h

Update year range in copyright notice of binutils files

7 месяцев назад
x86_64.h

Update year range in copyright notice of binutils files

7 месяцев назад
README
elfcpp is a C++ library for reading and writing ELF information. This
was written to support gold, the ELF linker, and may not be generally
useful.
 
elfcpp does not do file I/O. It deals only with offsets and memory
data.
 
For efficiency, most accessors are templates with two arguments: the
ELF file class (32 or 64 bits) and the endianness.
 
 
Copyright (C) 2012-2026 Free Software Foundation, Inc.
 
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.