Home
last modified time | relevance | path

Searched refs:Elf32_Word (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf.h10 typedef unsigned int Elf32_Word; typedef
59 Elf32_Word e_version;
63 Elf32_Word e_flags;
96 Elf32_Word p_type;
100 Elf32_Word p_filesz;
101 Elf32_Word p_memsz;
102 Elf32_Word p_flags;
103 Elf32_Word p_align;
/linux/arch/arm/vdso/
H A Dvdsomunge.c101 static Elf32_Word read_elf_word(Elf32_Word word, bool swap) in read_elf_word()
111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap) in write_elf_word()
121 Elf32_Word e_flags; in main()
/linux/scripts/
H A Drecordmcount.h191 static unsigned int get_symindex(Elf_Sym const *sym, Elf32_Word const *symtab, in get_symindex()
192 Elf32_Word const *symtab_shndx) in get_symindex()
237 unsigned const nhdr, Elf32_Word **symtab, in find_symtab()
238 Elf32_Word **symtab_shndx) in find_symtab()
521 Elf32_Word const *symtab, in find_secsym_ndx()
522 Elf32_Word const *symtab_shndx, in find_secsym_ndx()
619 Elf32_Word *symtab; in do_func()
620 Elf32_Word *symtab_shndx; in do_func()
H A Dsorttable.c82 const Elf32_Word *symtab_shndx_start) in get_secindex()
602 Elf32_Word *symtab_shndx = NULL; in do_sort()
652 symtab_shndx = (Elf32_Word *)((const char *)ehdr + in do_sort()
/linux/scripts/gendwarfksyms/
H A Dsymbols.c193 Elf32_Word xndx, void *arg);
252 Elf32_Word xndx = 0; in elf_for_each_global()
304 Elf32_Word xndx, void *arg) in elf_set_symbol_addr()
/linux/include/uapi/linux/
H A Delf-fdpic.h24 Elf32_Word p_memsz; /* allocation size recorded in file */
/linux/include/linux/
H A Delf.h47 #define Elf_Word Elf32_Word
/linux/arch/hexagon/kernel/
H A Dmodule.c77 Elf32_Word sym_info = sechdrs[relsec].sh_info; in apply_relocate_add()
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c407 parse_build_id_buf(const void *note_start, Elf32_Word note_size, char *build_id) in parse_build_id_buf()
409 Elf32_Word note_offs = 0; in parse_build_id_buf()
/linux/tools/perf/util/
H A Ddebuginfo.c154 Elf32_Word shndx; in debuginfo__get_text_offset()
/linux/lib/
H A Dbuildid.c156 loff_t note_off, Elf32_Word note_size) in parse_build_id()
/linux/arch/parisc/kernel/
H A Dmodule.c84 Elf32_Word insns[2]; /* each stub entry has two insns */
498 Elf32_Word *loc; in apply_relocate_add()
/linux/arch/x86/tools/
H A Drelocs.c47 Elf32_Word *xsymtab;
332 Elf32_Word *xsymtab = secs[shxsymtabndx].xsymtab; in sym_index()
/linux/arch/mips/kernel/
H A Dvpe.c439 Elf32_Word r_info = rel[i].r_info; in apply_relocations()