Searched refs:Elf32_Word (Results 1 - 19 of 19) sorted by relevance

/linux-master/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-master/include/uapi/linux/
H A Delf.h13 typedef __u32 Elf32_Word; typedef
168 Elf32_Word r_info;
178 Elf32_Word r_info;
189 Elf32_Word st_name;
191 Elf32_Word st_size;
213 Elf32_Word e_version;
217 Elf32_Word e_flags;
250 Elf32_Word p_type;
254 Elf32_Word p_filesz;
255 Elf32_Word p_mems
[all...]
H A Delf-fdpic.h24 Elf32_Word p_memsz; /* allocation size recorded in file */
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c101 static Elf32_Word read_elf_word(Elf32_Word word, bool swap)
111 static void write_elf_word(Elf32_Word val, Elf32_Word *dst, bool swap)
121 Elf32_Word e_flags;
/linux-master/lib/
H A Dbuildid.c19 Elf32_Word note_size)
21 Elf32_Word note_offs = 0, new_offs;
55 Elf32_Word note_size)
/linux-master/scripts/
H A Drecordmcount.h191 static unsigned int get_symindex(Elf_Sym const *sym, Elf32_Word const *symtab,
192 Elf32_Word const *symtab_shndx)
237 unsigned const nhdr, Elf32_Word **symtab,
238 Elf32_Word **symtab_shndx)
521 Elf32_Word const *symtab,
522 Elf32_Word const *symtab_shndx,
619 Elf32_Word *symtab;
620 Elf32_Word *symtab_shndx;
H A Dsorttable.h272 Elf32_Word *symtab_shndx = NULL;
324 symtab_shndx = (Elf32_Word *)((const char *)ehdr +
H A Dsorttable.c189 const Elf32_Word *symtab_shndx_start)
/linux-master/scripts/mod/
H A Dmodpost.h129 Elf32_Word *symtab_shndx_start;
130 Elf32_Word *symtab_shndx_stop;
H A Dmodpost.c557 Elf32_Word *p;
1376 r_info = TO_NATIVE((Elf32_Word)r_info);
/linux-master/include/linux/
H A Delf.h47 #define Elf_Word Elf32_Word
/linux-master/arch/hexagon/kernel/
H A Dmodule.c77 Elf32_Word sym_info = sechdrs[relsec].sh_info;
/linux-master/tools/perf/util/
H A Ddebuginfo.c146 Elf32_Word shndx;
/linux-master/tools/testing/selftests/bpf/
H A Dtrace_helpers.c307 parse_build_id_buf(const void *note_start, Elf32_Word note_size, char *build_id)
309 Elf32_Word note_offs = 0;
/linux-master/tools/objtool/
H A Delf.c440 Elf32_Word shndx;
598 Elf32_Word shndx = sym->sec ? sym->sec->idx : SHN_UNDEF;
665 buf = calloc(num, sizeof(Elf32_Word));
672 shndx_data->d_size = num * sizeof(Elf32_Word);
673 shndx_data->d_align = sizeof(Elf32_Word);
729 Elf32_Word first_non_local, new_idx;
784 symtab_shndx->sh.sh_size += sizeof(Elf32_Word);
/linux-master/arch/arm/kernel/
H A Dmodule-plts.c158 const Elf32_Rel *rel, int num, Elf32_Word dstidx)
/linux-master/arch/parisc/kernel/
H A Dmodule.c85 Elf32_Word insns[2]; /* each stub entry has two insns */
510 Elf32_Word *loc;
/linux-master/arch/x86/tools/
H A Drelocs.c42 Elf32_Word *xsymtab;
352 Elf32_Word *xsymtab = secs[shxsymtabndx].xsymtab;
/linux-master/arch/mips/kernel/
H A Dvpe.c438 Elf32_Word r_info = rel[i].r_info;

Completed in 213 milliseconds