Home
last modified time | relevance | path

Searched refs:ElfW (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch24 - ElfW(Addr) loadaddr;
30 - ElfW(Ehdr) *elf_header;
31 - ElfW(Phdr) *elf_pheader, *segment;
254 - if (loadaddr == (ElfW(Addr)) -1)
263 - ElfW(Word) *abi_note = (ElfW(Word) *) (file_contents
273 -#define ROUND(len) (((len) + sizeof (ElfW(Word)) - 1) & -sizeof (ElfW(Word)))
274 - ElfW(Addr) note_size = 3 * sizeof (ElfW(Word))
284 - if (loadaddr == (ElfW(Addr)) -1)
310 + ElfW(Addr) loadaddr;
315 + ElfW(Ehdr) *elf_header;
[all …]
/openbmc/linux/arch/x86/tools/
H A Drelocs.c4 #define ElfW(type) _ElfW(ELF_BITS, type) macro
8 #define Elf_Addr ElfW(Addr)
9 #define Elf_Ehdr ElfW(Ehdr)
10 #define Elf_Phdr ElfW(Phdr)
11 #define Elf_Shdr ElfW(Shdr)
12 #define Elf_Sym ElfW(Sym)
800 ElfW(Sym) *sym; in percpu_init()
834 static int is_percpu_sym(ElfW(Sym) *sym, const char *symname) in is_percpu_sym()
845 static int do_reloc64(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc64()
849 ElfW(Addr) offset = rel->r_offset; in do_reloc64()
[all …]
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel)
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c4 #define ElfW(type) _ElfW(ELF_BITS, type) macro
8 #define Elf_Addr ElfW(Addr)
9 #define Elf_Ehdr ElfW(Ehdr)
10 #define Elf_Phdr ElfW(Phdr)
11 #define Elf_Shdr ElfW(Shdr)
12 #define Elf_Sym ElfW(Sym)
636 static int do_reloc_info(struct section *sec, Elf_Rel *rel, ElfW(Sym) *sym, in do_reloc_info()
H A Drelocs_32.c9 #define Elf_Rel ElfW(Rel)
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c389 ElfW(auxv_t) *p; in find_auxv_entry()
391 p = (ElfW(auxv_t) *)auxv; in find_auxv_entry()
405 ElfW(auxv_t) *p; in get_auxv_entry()
/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c54 ElfW(auxv_t) *p; in test_cache_shape()
/openbmc/qemu/include/
H A Delf.h1799 #ifndef ElfW
1801 # define ElfW(x) Elf32_ ## x macro
1804 # define ElfW(x) Elf64_ ## x macro
/openbmc/qemu/tcg/
H A Dtcg.c6308 ElfW(Ehdr) ehdr; in tcg_register_jit_int()
6309 ElfW(Phdr) phdr; in tcg_register_jit_int()
6310 ElfW(Shdr) shdr[7]; in tcg_register_jit_int()
6311 ElfW(Sym) sym[2]; in tcg_register_jit_int()
6333 .e_ehsize = sizeof(ElfW(Shdr)), in tcg_register_jit_int()
6334 .e_phentsize = sizeof(ElfW(Phdr)), in tcg_register_jit_int()
6336 .e_shentsize = sizeof(ElfW(Shdr)), in tcg_register_jit_int()
6380 .sh_entsize = sizeof(ElfW(Sym)), in tcg_register_jit_int()