HomeSort by: relevance | last modified time | path
    Searched defs:elf (Results 1 - 25 of 471) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
ELFObjcopy.h 25 namespace elf { namespace in namespace:llvm::objcopy
36 } // end namespace elf
ELFObjcopy.h 25 namespace elf { namespace in namespace:llvm::objcopy
36 } // end namespace elf
ELFObjcopy.h 25 namespace elf { namespace in namespace:llvm::objcopy
36 } // end namespace elf
  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_init.c 36 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg,
42 if (elf == NULL || ret_dbg == NULL) {
55 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
76 dwarf_get_elf(Dwarf_Debug dbg, Elf **elf, Dwarf_Error *error)
80 if (dbg == NULL || elf == NULL) {
86 *elf = e->eo_elf;
96 Elf *elf; local
    [all...]
dwarf_init.c 36 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg,
42 if (elf == NULL || ret_dbg == NULL) {
55 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
76 dwarf_get_elf(Dwarf_Debug dbg, Elf **elf, Dwarf_Error *error)
80 if (dbg == NULL || elf == NULL) {
86 *elf = e->eo_elf;
96 Elf *elf; local
    [all...]
dwarf_init.c 36 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg,
42 if (elf == NULL || ret_dbg == NULL) {
55 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
76 dwarf_get_elf(Dwarf_Debug dbg, Elf **elf, Dwarf_Error *error)
80 if (dbg == NULL || elf == NULL) {
86 *elf = e->eo_elf;
96 Elf *elf; local
    [all...]
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 32 #include "elf.h"
44 Elf32_Ehdr elf; member in union:__anon1271
55 /* Currently support is ELF only. */
56 if (Mem::Compare((TUint8 *)hdr.elf.e_ident, SELFMAG,
58 netbsd = new (ELeave) ELF(size);
91 ELF::ParseHeader(void)
netbsd.cpp 32 #include "elf.h"
44 Elf32_Ehdr elf; member in union:__anon1271
55 /* Currently support is ELF only. */
56 if (Mem::Compare((TUint8 *)hdr.elf.e_ident, SELFMAG,
58 netbsd = new (ELeave) ELF(size);
91 ELF::ParseHeader(void)
netbsd.cpp 32 #include "elf.h"
44 Elf32_Ehdr elf; member in union:__anon1271
55 /* Currently support is ELF only. */
56 if (Mem::Compare((TUint8 *)hdr.elf.e_ident, SELFMAG,
58 netbsd = new (ELeave) ELF(size);
91 ELF::ParseHeader(void)
  /src/sys/lib/libsa/
lookup_elf32.c 49 Elf_Ehdr *elf; local
55 elf = sstab;
56 if (elf->e_shoff == 0)
59 switch (elf->e_machine) {
68 shp = (Elf_Shdr *)((char *)sstab + elf->e_shoff);
69 for (i = 0; i < elf->e_shnum; i++) {
lookup_elf32.c 49 Elf_Ehdr *elf; local
55 elf = sstab;
56 if (elf->e_shoff == 0)
59 switch (elf->e_machine) {
68 shp = (Elf_Shdr *)((char *)sstab + elf->e_shoff);
69 for (i = 0; i < elf->e_shnum; i++) {
lookup_elf32.c 49 Elf_Ehdr *elf; local
55 elf = sstab;
56 if (elf->e_shoff == 0)
59 switch (elf->e_machine) {
68 shp = (Elf_Shdr *)((char *)sstab + elf->e_shoff);
69 for (i = 0; i < elf->e_shnum; i++) {
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
drti.c 102 Elf64_Ehdr *elf; local
104 Elf32_Ehdr *elf; local
147 elf = (void *)lmp->l_addr;
150 dh.dofhp_addr = elf && elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
drti.c 102 Elf64_Ehdr *elf; local
104 Elf32_Ehdr *elf; local
147 elf = (void *)lmp->l_addr;
150 dh.dofhp_addr = elf && elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
drti.c 102 Elf64_Ehdr *elf; local
104 Elf32_Ehdr *elf; local
147 elf = (void *)lmp->l_addr;
150 dh.dofhp_addr = elf && elf->e_type == ET_DYN ? (uintptr_t) lmp->l_addr : 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.h 27 class Elf;
33 CompComment (Elf *_elf, int _compcom);
42 Elf *elf; member in class:CompComment
CompCom.h 27 class Elf;
33 CompComment (Elf *_elf, int _compcom);
42 Elf *elf; member in class:CompComment
CompCom.h 27 class Elf;
33 CompComment (Elf *_elf, int _compcom);
42 Elf *elf; member in class:CompComment
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.h 27 class Elf;
33 CompComment (Elf *_elf, int _compcom);
42 Elf *elf; member in class:CompComment
CompCom.h 27 class Elf;
33 CompComment (Elf *_elf, int _compcom);
42 Elf *elf; member in class:CompComment
CompCom.h 27 class Elf;
33 CompComment (Elf *_elf, int _compcom);
42 Elf *elf; member in class:CompComment
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfconvert.c 88 typedef int (*reader_f)(tdata_t *, Elf *, char *);
96 Elf *elf; local
104 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
110 source_types = built_source_types(elf, filename);
119 if ((rc = readers[i](td, elf, filename)) == 0)
130 if (findelfsecidx(elf, filename, ".debug") >= 0) {
146 (void) elf_end(elf);
ctfconvert.c 88 typedef int (*reader_f)(tdata_t *, Elf *, char *);
96 Elf *elf; local
104 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
110 source_types = built_source_types(elf, filename);
119 if ((rc = readers[i](td, elf, filename)) == 0)
130 if (findelfsecidx(elf, filename, ".debug") >= 0) {
146 (void) elf_end(elf);
  /src/external/gpl3/binutils/usr.bin/gas/
Makefile 16 COPTS.obj-elf.c = -Wno-stack-protector
  /src/external/gpl3/binutils.old/usr.bin/gas/
Makefile 16 COPTS.obj-elf.c = -Wno-stack-protector

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>