Home
last modified time | relevance | path

Searched refs:Elf64_Word (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf64.h45 typedef uint32_t Elf64_Word; typedef
56 typedef Elf64_Word Elf64_Hashelt;
70 Elf64_Word e_version; /* ELF format version. */
74 Elf64_Word e_flags; /* Architecture-specific flags. */
88 Elf64_Word sh_name; /* Section name (index into the
90 Elf64_Word sh_type; /* Section type. */
95 Elf64_Word sh_link; /* Index of a related section. */
96 Elf64_Word sh_info; /* Depends on section type. */
106 Elf64_Word p_type; /* Entry type. */
107 Elf64_Word p_flags; /* Access permission flags. */
[all …]
H A Delf.h45 typedef Elf64_Word Elf_Word;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf64.h45 typedef uint32_t Elf64_Word; typedef
56 typedef Elf64_Word Elf64_Hashelt;
70 Elf64_Word e_version; /* ELF format version. */
74 Elf64_Word e_flags; /* Architecture-specific flags. */
88 Elf64_Word sh_name; /* Section name (index into the
90 Elf64_Word sh_type; /* Section type. */
95 Elf64_Word sh_link; /* Index of a related section. */
96 Elf64_Word sh_info; /* Depends on section type. */
106 Elf64_Word p_type; /* Entry type. */
107 Elf64_Word p_flags; /* Access permission flags. */
[all …]
H A Delf.h45 typedef Elf64_Word Elf_Word;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf64.h45 typedef uint32_t Elf64_Word; typedef
56 typedef Elf64_Word Elf64_Hashelt;
70 Elf64_Word e_version; /* ELF format version. */
74 Elf64_Word e_flags; /* Architecture-specific flags. */
88 Elf64_Word sh_name; /* Section name (index into the
90 Elf64_Word sh_type; /* Section type. */
95 Elf64_Word sh_link; /* Index of a related section. */
96 Elf64_Word sh_info; /* Depends on section type. */
106 Elf64_Word p_type; /* Entry type. */
107 Elf64_Word p_flags; /* Access permission flags. */
[all …]
H A Delf.h45 typedef Elf64_Word Elf_Word;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf64.h45 typedef uint32_t Elf64_Word; typedef
56 typedef Elf64_Word Elf64_Hashelt;
70 Elf64_Word e_version; /* ELF format version. */
74 Elf64_Word e_flags; /* Architecture-specific flags. */
88 Elf64_Word sh_name; /* Section name (index into the
90 Elf64_Word sh_type; /* Section type. */
95 Elf64_Word sh_link; /* Index of a related section. */
96 Elf64_Word sh_info; /* Depends on section type. */
106 Elf64_Word p_type; /* Entry type. */
107 Elf64_Word p_flags; /* Access permission flags. */
[all …]
H A Delf.h45 typedef Elf64_Word Elf_Word;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h21 typedef __u32 Elf64_Word; typedef
194 Elf64_Word st_name; /* Symbol name, index in string tbl */
226 Elf64_Word e_version;
230 Elf64_Word e_flags;
257 Elf64_Word p_type;
258 Elf64_Word p_flags;
318 Elf64_Word sh_name; /* Section name, index in string tbl */
319 Elf64_Word sh_type; /* Type of section */
324 Elf64_Word sh_link; /* Index of another section */
325 Elf64_Word sh_info; /* Additional section information */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h21 typedef __u32 Elf64_Word; typedef
193 Elf64_Word st_name; /* Symbol name, index in string tbl */
225 Elf64_Word e_version;
229 Elf64_Word e_flags;
256 Elf64_Word p_type;
257 Elf64_Word p_flags;
317 Elf64_Word sh_name; /* Section name, index in string tbl */
318 Elf64_Word sh_type; /* Type of section */
323 Elf64_Word sh_link; /* Index of another section */
324 Elf64_Word sh_info; /* Additional section information */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h21 typedef __u32 Elf64_Word; typedef
193 Elf64_Word st_name; /* Symbol name, index in string tbl */
225 Elf64_Word e_version;
229 Elf64_Word e_flags;
256 Elf64_Word p_type;
257 Elf64_Word p_flags;
317 Elf64_Word sh_name; /* Section name, index in string tbl */
318 Elf64_Word sh_type; /* Type of section */
323 Elf64_Word sh_link; /* Index of another section */
324 Elf64_Word sh_info; /* Additional section information */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Delf.h18 typedef unsigned int Elf64_Word; typedef
76 Elf64_Word e_version;
80 Elf64_Word e_flags;
107 Elf64_Word p_type;
108 Elf64_Word p_flags;
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-core.c92 static Elf64_Word *append_elf64_note(Elf64_Word *buf, char *name, in append_elf64_note()
97 Elf64_Word namesz = strlen(name) + 1; in append_elf64_note()
102 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf64_Word)); in append_elf64_note()
104 buf += DIV_ROUND_UP(namesz, sizeof(Elf64_Word)); in append_elf64_note()
106 buf += DIV_ROUND_UP(data_len, sizeof(Elf64_Word)); in append_elf64_note()
137 static Elf64_Word *auxv_to_elf64_notes(Elf64_Word *buf, in auxv_to_elf64_notes()
221 static Elf64_Word * __init opalcore_append_cpu_notes(Elf64_Word *buf) in opalcore_append_cpu_notes()
226 Elf64_Word *first_cpu_note; in opalcore_append_cpu_notes()
419 bufp = (char *)opalcore_append_cpu_notes((Elf64_Word *)bufp); in create_opalcore()
420 bufp = (char *)auxv_to_elf64_notes((Elf64_Word *)bufp, opal_boot_entry); in create_opalcore()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Delf.h33 typedef uint32_t Elf64_Word; typedef
86 Elf64_Word e_version; /* Object file version */
90 Elf64_Word e_flags; /* Processor-specific flags */
397 Elf64_Word sh_name; /* Section name (string tbl index) */
398 Elf64_Word sh_type; /* Section type */
403 Elf64_Word sh_link; /* Link to another section */
404 Elf64_Word sh_info; /* Additional section information */
498 Elf64_Word ch_type; /* Compression format. */
499 Elf64_Word ch_reserved;
528 Elf64_Word st_name; /* Symbol name (string tbl index) */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Delf.h33 typedef uint32_t Elf64_Word; typedef
86 Elf64_Word e_version; /* Object file version */
90 Elf64_Word e_flags; /* Processor-specific flags */
397 Elf64_Word sh_name; /* Section name (string tbl index) */
398 Elf64_Word sh_type; /* Section type */
403 Elf64_Word sh_link; /* Link to another section */
404 Elf64_Word sh_info; /* Additional section information */
498 Elf64_Word ch_type; /* Compression format. */
499 Elf64_Word ch_reserved;
528 Elf64_Word st_name; /* Symbol name (string tbl index) */
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmodule.h21 Elf64_Word r_sym; /* Symbol index. */
30 Elf64_Word r_sym; /* Symbol index. */
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch264 + Elf64_Word *abi_note = (Elf64_Word *) (file_contents
275 +#define ROUND(len) (((len) + sizeof (Elf64_Word) - 1) & -sizeof (Elf64_Word))
276 + Elf64_Addr note_size = 3 * sizeof (Elf64_Word)
H A Dendian-ness_handling_fix.patch41 Elf64_Word *abi_note = (Elf64_Word *) (file_contents
H A Dendian-ness_handling.patch251 Elf64_Word *abi_note = (Elf64_Word *) (file_contents
264 #define ROUND(len) (((len) + sizeof (Elf64_Word) - 1) & -sizeof (Elf64_Word))
265 Elf64_Addr note_size = 3 * sizeof (Elf64_Word)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dmodule-plts.c162 Elf64_Word dstidx, Elf_Shdr *dstsec) in count_plts()
258 Elf64_Word dstidx) in branch_rela_needs_plt()
272 int numrels, Elf64_Word dstidx) in partition_branch_plt_relas()
/OK3568_Linux_fs/kernel/arch/mips/boot/tools/
H A Drelocs_64.c15 Elf64_Word r_sym; /* Symbol index. */
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dcrash_dump.c298 static const char *nt_name(Elf64_Word type) in nt_name()
310 static void *nt_init_name(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init_name()
331 static inline void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len) in nt_init()
350 static inline size_t nt_size(Elf64_Word type, int d_len) in nt_size()
/OK3568_Linux_fs/kernel/include/linux/
H A Delf.h49 #define Elf_Word Elf64_Word
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dmodule.c112 Elf64_Word insns[4]; /* each stub entry has four insns */
365 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) in get_got()
672 Elf64_Word *loc; in apply_relocate_add()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h38 typedef uint32_t Elf64_Word; typedef

12