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

1234567891011>>

/netbsd-current/sys/arch/mipsco/include/
H A Delf.h3 #include <mips/elf.h>
/netbsd-current/external/gpl3/binutils/dist/ld/emulparams/
H A Dm32relf.sh2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf
H A Delf32moxie.sh1 SCRIPT_NAME=elf
2 TEMPLATE_NAME=elf
H A Delf32lm32.sh3 SCRIPT_NAME=elf
7 TEMPLATE_NAME=elf
H A Delf32_tic6x_le.sh1 SCRIPT_NAME=elf
2 TEMPLATE_NAME=elf
11 *-elf)
55 *-elf)
H A Dh8300elf.sh4 SCRIPT_NAME=elf
11 TEMPLATE_NAME=elf
H A Dh8300elf_linux.sh4 SCRIPT_NAME=elf
11 TEMPLATE_NAME=elf
H A Di386nto.sh1 SCRIPT_NAME=elf
10 TEMPLATE_NAME=elf
11 EXTRA_EM_FILE="elf-x86"
H A Dm32relf_linux.sh2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf
H A Di386moss.sh1 SCRIPT_NAME=elf
9 TEMPLATE_NAME=elf
10 EXTRA_EM_FILE="elf-x86"
H A Dshlelf_nto.sh1 SCRIPT_NAME=elf
8 TEMPLATE_NAME=elf
H A Dshlelf_linux.sh4 SCRIPT_NAME=elf
12 TEMPLATE_NAME=elf
H A Delf32rl78.sh2 SCRIPT_NAME=elf
4 # See also `include/elf/rl78.h'
9 TEMPLATE_NAME=elf
H A Dshelf_nto.sh1 SCRIPT_NAME=elf
8 TEMPLATE_NAME=elf
H A Delf32am33lin.sh1 SCRIPT_NAME=elf
9 TEMPLATE_NAME=elf
/netbsd-current/external/gpl3/binutils.old/dist/ld/emulparams/
H A Delf32moxie.sh1 SCRIPT_NAME=elf
2 TEMPLATE_NAME=elf
H A Dm32relf.sh2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf
H A Delf32_tic6x_le.sh1 SCRIPT_NAME=elf
2 TEMPLATE_NAME=elf
11 *-elf)
55 *-elf)
/netbsd-current/external/gpl3/gdb.old/dist/ld/emulparams/
H A Delf32moxie.sh1 SCRIPT_NAME=elf
2 TEMPLATE_NAME=elf
H A Dm32relf.sh2 SCRIPT_NAME=elf
3 TEMPLATE_NAME=elf
H A Delf32_tic6x_le.sh1 SCRIPT_NAME=elf
2 TEMPLATE_NAME=elf
11 *-elf)
55 *-elf)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Ds390-multiarch.c93 #define ELFBUF_EHDR_LEN(elf) \
94 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Ehdr) : \
97 #define ELFBUF_EHDR(elf, memb) \
98 ((elf)->ei_class == ELFCLASS32 ? \
99 ((Elf32_Ehdr *) (elf)->buf)->memb \
100 : ((Elf64_Ehdr *) (elf)->buf)->memb)
102 #define ELFBUF_PHDR_LEN(elf) \
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
106 #define ELFBUF_PHDR(elf, idx, memb) \
107 ((elf)
159 elfbuf_init_from_file(struct elfbuf *elf, const char *path) argument
193 elfbuf_write_to_file(struct elfbuf *elf, const char *path) argument
208 elfbuf_handle_auxv(struct elfbuf *elf, size_t offset, size_t len, unsigned long hwcap_mask) argument
239 elfbuf_handle_note_segment(struct elfbuf *elf, size_t offset, size_t len, unsigned note_type, unsigned long hwcap_mask) argument
263 elfbuf_handle_core_notes(struct elfbuf *elf, unsigned note_type, unsigned long hwcap_mask) argument
293 struct elfbuf elf; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Ds390-multiarch.c93 #define ELFBUF_EHDR_LEN(elf) \
94 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Ehdr) : \
97 #define ELFBUF_EHDR(elf, memb) \
98 ((elf)->ei_class == ELFCLASS32 ? \
99 ((Elf32_Ehdr *) (elf)->buf)->memb \
100 : ((Elf64_Ehdr *) (elf)->buf)->memb)
102 #define ELFBUF_PHDR_LEN(elf) \
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
106 #define ELFBUF_PHDR(elf, idx, memb) \
107 ((elf)
159 elfbuf_init_from_file(struct elfbuf *elf, const char *path) argument
193 elfbuf_write_to_file(struct elfbuf *elf, const char *path) argument
208 elfbuf_handle_auxv(struct elfbuf *elf, size_t offset, size_t len, unsigned long hwcap_mask) argument
239 elfbuf_handle_note_segment(struct elfbuf *elf, size_t offset, size_t len, unsigned note_type, unsigned long hwcap_mask) argument
263 elfbuf_handle_core_notes(struct elfbuf *elf, unsigned note_type, unsigned long hwcap_mask) argument
293 struct elfbuf elf; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/microblaze/
H A Dendian.exp21 if [istarget microblaze-*-elf] {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/alpha/
H A Dalpha.exp23 set elf [expr [istarget *-*-elf*] \
29 set elf 0
32 if $elf {
33 run_dump_test "elf-reloc-1"
34 run_list_test "elf-reloc-2" ""
35 run_list_test "elf-reloc-3" ""
36 run_dump_test "elf-reloc-4"
37 run_dump_test "elf-reloc-5"
38 run_list_test "elf
[all...]

Completed in 177 milliseconds

1234567891011>>