HomeSort by: relevance | last modified time | path
    Searched refs:_elf (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
libelf.h 45 typedef struct _Elf Elf;
190 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
191 int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
192 int elf_end(Elf *_elf);
200 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
201 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
202 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
205 Elf_Arhdr *elf_getarhdr(Elf *_elf);
206 Elf_Arsym *elf_getarsym(Elf *_elf, size_t *_ptr);
207 off_t elf_getbase(Elf *_elf);
    [all...]
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...]
  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.h 33 CompComment (Elf *_elf, int _compcom);
CompCom.cc 37 CompComment::CompComment (Elf *_elf, int _compcom)
39 elf = _elf;
Stabs.cc 45 StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec);
890 StabReader::StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec)
894 if (_elf == NULL)
896 elf = _elf;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.h 33 CompComment (Elf *_elf, int _compcom);
CompCom.cc 37 CompComment::CompComment (Elf *_elf, int _compcom)
39 elf = _elf;
Stabs.cc 45 StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec);
890 StabReader::StabReader (Elf *_elf, Platform_t platform, int StabSec, int StabStrSec)
894 if (_elf == NULL)
896 elf = _elf;
  /src/sys/arch/atari/stand/tostools/libtos/
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))
  /src/tools/amiga-elf2bb/sys/
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))
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 1060 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
1061 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
  /src/sys/sys/
exec_elf.h 1381 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
1382 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
  /src/tools/arm-elf2aout/sys/
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))
  /src/tools/m68k-elf2aout/sys/
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))

Completed in 29 milliseconds