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 D | 32and64bit.patch | 24 - ElfW(Addr) loadaddr; 30 - ElfW(Ehdr) *elf_header; 31 - ElfW(Phdr) *elf_pheader, *segment; 32 - ElfW(Dyn) *dynamic_segment, *dyn_entry; 38 - elf_header = (ElfW(Ehdr) *) file_contents; 42 - if (elf_header->e_ident [EI_CLASS] != ElfW (CLASS)) 245 - elf_pheader = (ElfW(Phdr) *) (elf_header->e_phoff + file_contents); 254 - if (loadaddr == (ElfW(Addr)) -1) 263 - ElfW(Word) *abi_note = (ElfW(Word) *) (file_contents 266 - ElfW(Addr) size = segment->p_filesz; [all …]
|
/openbmc/linux/arch/x86/tools/ |
H A D | relocs.c | 4 #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 D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel)
|
/openbmc/linux/arch/mips/boot/tools/ |
H A D | relocs.c | 4 #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 D | relocs_32.c | 9 #define Elf_Rel ElfW(Rel)
|
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | utils.c | 389 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 D | cache_shape.c | 54 ElfW(auxv_t) *p; in test_cache_shape()
|
/openbmc/qemu/include/ |
H A D | elf.h | 1799 #ifndef ElfW 1801 # define ElfW(x) Elf32_ ## x macro 1804 # define ElfW(x) Elf64_ ## x macro
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 6369 ElfW(Ehdr) ehdr; in tcg_register_jit_int() 6370 ElfW(Phdr) phdr; in tcg_register_jit_int() 6371 ElfW(Shdr) shdr[7]; in tcg_register_jit_int() 6372 ElfW(Sym) sym[2]; in tcg_register_jit_int() 6394 .e_ehsize = sizeof(ElfW(Shdr)), in tcg_register_jit_int() 6395 .e_phentsize = sizeof(ElfW(Phdr)), in tcg_register_jit_int() 6397 .e_shentsize = sizeof(ElfW(Shdr)), in tcg_register_jit_int() 6441 .sh_entsize = sizeof(ElfW(Sym)), in tcg_register_jit_int()
|