Searched refs:elf (Results 1 - 25 of 92) sorted by relevance

1234

/haiku-fatelf/src/bin/gdb/bfd/
H A DMakefile.am217 elf.lo \
247 elf-m10200.lo \
248 elf-m10300.lo \
269 elf-strtab.lo \
270 elf-eh-frame.lo \
386 elf.c \
415 elf-m10200.c \
416 elf-m10300.c \
437 elf-strtab.c \
438 elf
[all...]
H A Delf64-ppc.c32 #include "elf-bfd.h"
33 #include "elf/ppc64.h"
2369 struct elf_obj_tdata elf;
2519 struct bfd_elf_section_data elf;
2995 Secondly, the generic part of the elf linker will make .foo a dynamic
3197 struct elf_link_hash_entry elf;
3243 struct elf_link_hash_table elf;
3449 if (! _bfd_elf_link_hash_table_init (&htab->elf, abfd, link_hash_newfunc))
3467 htab->elf.init_refcount.refcount = 0;
3468 htab->elf
2367 struct elf_obj_tdata elf; member in struct:ppc64_elf_obj_tdata
2517 struct bfd_elf_section_data elf; member in struct:_ppc64_elf_section_data
3193 struct elf_link_hash_entry elf; member in struct:ppc_link_hash_entry
3239 struct elf_link_hash_table elf; member in struct:ppc_link_hash_table
[all...]
H A Delf32-sh64.h81 struct bfd_elf_section_data elf; member in struct:_sh64_elf_section_data
H A Delf32-hppa.c30 #include "elf-bfd.h"
31 #include "elf/hppa.h"
36 #include "elf-hppa.h"
187 struct elf_link_hash_entry elf; member in struct:elf32_hppa_link_hash_entry
219 struct elf_link_hash_table elf; member in struct:elf32_hppa_link_hash_table
370 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, hppa_link_hash_newfunc))
399 return &ret->elf.root;
427 len = 8 + 1 + strlen (hash->elf.root.root.string) + 1 + 8 + 1;
433 hash->elf.root.root.string,
569 && hash->elf
[all...]
H A Delf32-ppc.c32 #include "elf-bfd.h"
33 #include "elf/ppc.h"
115 struct elf_obj_tdata elf;
164 struct elf_link_hash_entry elf;
194 struct elf_link_hash_table elf;
267 if (! _bfd_elf_link_hash_table_init (&ret->elf, abfd,
274 return &ret->elf.root;
2675 if (!htab->elf.dynobj)
2676 htab->elf.dynobj = abfd;
2679 lsect = bfd_zalloc (htab->elf
114 struct elf_obj_tdata elf; member in struct:ppc_elf_obj_tdata
163 struct elf_link_hash_entry elf; member in struct:ppc_elf_link_hash_entry
193 struct elf_link_hash_table elf; member in struct:ppc_elf_link_hash_table
[all...]
H A Delf32-i386.c25 #include "elf-bfd.h"
30 #include "elf/i386.h"
545 struct elf_link_hash_entry elf;
590 struct elf_link_hash_table elf;
658 if (! _bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc))
674 return &ret->elf.root;
998 if (htab->elf.dynobj == NULL)
999 htab->elf.dynobj = abfd;
1000 if (!create_got_section (htab->elf.dynobj, info))
1094 if (htab->elf
543 struct elf_link_hash_entry elf; member in struct:elf_i386_link_hash_entry
588 struct elf_link_hash_table elf; member in struct:elf_i386_link_hash_table
[all...]
H A Delf64-x86-64.c25 #include "elf-bfd.h"
27 #include "elf/x86-64.h"
116 /* Map BFD relocs to the x86_64 elf relocs. */
326 struct elf_link_hash_entry elf;
360 struct elf_link_hash_table elf;
427 if (! _bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc))
443 return &ret->elf.root;
756 if (htab->elf.dynobj == NULL)
757 htab->elf.dynobj = abfd;
758 if (!create_got_section (htab->elf
324 struct elf_link_hash_entry elf; member in struct:elf64_x86_64_link_hash_entry
358 struct elf_link_hash_table elf; member in struct:elf64_x86_64_link_hash_table
[all...]
/haiku-fatelf/src/system/boot/loader/
H A Delf.h9 #include <boot/elf.h>
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_commpage.cpp14 #include <elf.h>
H A Darch_cpu.cpp18 #include <elf.h>
H A Darch_debug.cpp16 #include <elf.h>
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_commpage.cpp13 #include <elf.h>
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Dsignals.cpp15 #include <elf.h>
/haiku-fatelf/headers/private/kernel/boot/
H A Darch.h10 #include <boot/elf.h>
H A Dkernel_args.h14 #include <boot/elf.h>
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A DMakefile.am7 core.texi elf.texi elfcode.texi format.texi \
29 $(srcdir)/../corefile.c $(srcdir)/../elf.c \
121 s-elf: $(MKDOC) $(srcdir)/../elf.c $(srcdir)/doc.str
122 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../elf.c >elf.tmp
123 $(srcdir)/../../move-if-change elf.tmp elf.texi
124 touch s-elf
125 elf
[all...]
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_debug.cpp16 #include <elf.h>
H A Darch_elf.cpp18 #include <arch/elf.h>
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dsignals.cpp15 #include <elf.h>
H A Dsyscalls.cpp16 #include <elf.h>
/haiku-fatelf/src/system/kernel/
H A Dcommpage.cpp12 #include <elf.h>
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp8 #include <elf.h>
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dlinux-x86-64-low.c32 /* Make sure we have said types. Not all platforms bring in <linux/elf.h>
35 #include <linux/elf.h>
H A Dproc-service.c37 /* Make sure we have said types. Not all platforms bring in <linux/elf.h>
40 #include <linux/elf.h>
/haiku-fatelf/src/bin/gdb/opcodes/
H A DMakefile.am524 $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \
525 $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h \
526 $(INCDIR)/elf/reloc-macros.h opintl.h arc-dis.h arc-ext.h
534 opintl.h $(INCDIR)/safe-ctype.h $(BFDDIR)/elf-bfd.h \
535 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/externa
[all...]

Completed in 141 milliseconds

1234