/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | libelf.h | 188 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf); 189 int elf_cntl(Elf *_elf, Elf_Cmd _cmd); 190 int elf_end(Elf *_elf); 198 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 199 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 200 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 203 Elf_Arhdr *elf_getarhdr(Elf *_elf); 204 Elf_Arsym *elf_getarsym(Elf *_elf, size_t *_ptr); 205 off_t elf_getbase(Elf *_elf); 207 char *elf_getident(Elf *_elf, size_t *_ptr); [all …]
|
H A D | gelf.h | 75 long gelf_checksum(Elf *_elf); 76 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count, 78 int gelf_getclass(Elf *_elf); 80 GElf_Ehdr *gelf_getehdr(Elf *_elf, GElf_Ehdr *_dst); 81 GElf_Phdr *gelf_getphdr(Elf *_elf, int _index, GElf_Phdr *_dst); 88 void * gelf_newehdr(Elf *_elf, int _class); 89 void * gelf_newphdr(Elf *_elf, size_t _phnum); 91 int gelf_update_ehdr(Elf *_elf, GElf_Ehdr *_src); 92 int gelf_update_phdr(Elf *_elf, int _index, GElf_Phdr *_src); 99 Elf_Data *gelf_xlatetof(Elf *_elf, Elf_Data *_dst, const Elf_Data *_src, unsigned int _encode); [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | CompCom.h | 33 CompComment (Elf *_elf, int _compcom);
|
H A D | CompCom.cc | 37 CompComment::CompComment (Elf *_elf, int _compcom) in CompComment() argument 39 elf = _elf; in CompComment()
|
H A D | Elf.h | 167 ElfReloc (Elf *_elf);
|
H A D | Stabs.cc | 48 StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec); 1078 StabReader::StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec) in StabReader() argument 1082 if (_elf == NULL) in StabReader() 1084 elf = _elf; in StabReader()
|
H A D | DwarfLib.cc | 173 ElfReloc::ElfReloc (Elf *_elf) in ElfReloc() argument 175 elf = _elf; in ElfReloc()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | CompCom.h | 33 CompComment (Elf *_elf, int _compcom);
|
H A D | CompCom.cc | 37 CompComment::CompComment (Elf *_elf, int _compcom) in CompComment() argument 39 elf = _elf; in CompComment()
|
H A D | Elf.h | 158 ElfReloc (Elf *_elf);
|
H A D | Stabs.cc | 48 StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec); 1079 StabReader::StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec) in StabReader() argument 1083 if (_elf == NULL) in StabReader() 1085 elf = _elf; in StabReader()
|
H A D | DwarfLib.cc | 145 ElfReloc::ElfReloc (Elf *_elf) in ElfReloc() argument 147 elf = _elf; in ElfReloc()
|
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | exec_elf.h | 569 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 570 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
|
/netbsd-src/tools/amiga-elf2bb/sys/ |
H A D | exec_elf.h | 702 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 703 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/ |
H A D | elf.h | 1060 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1061 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
|
/netbsd-src/tools/arm-elf2aout/sys/ |
H A D | exec_elf.h | 1089 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1090 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
|
/netbsd-src/tools/m68k-elf2aout/sys/ |
H A D | exec_elf.h | 1089 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1090 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
|
/netbsd-src/sys/sys/ |
H A D | exec_elf.h | 1196 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y)))) 1197 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
|
/netbsd-src/external/gpl3/binutils/dist/binutils/po/ |
H A D | uk.po | 4793 msgstr "Використання: %s <ключі> файли_elf\n"
|
H A D | ro.po | 4896 msgstr "Utilizare: %s <opțiune(i)> fișier(e)_elf]\n"
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/po/ |
H A D | uk.po | 4730 msgstr "Використання: %s <ключі> файли_elf\n"
|