Home
last modified time | relevance | path

Searched defs:elf32_sym (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h184 typedef struct elf32_sym{ struct
185 Elf32_Word st_name;
186 Elf32_Addr st_value;
187 Elf32_Word st_size;
188 unsigned char st_info;
189 unsigned char st_other;
190 Elf32_Half st_shndx;
/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.h183 typedef struct elf32_sym{ struct
184 Elf32_Word st_name;
185 Elf32_Addr st_value;
186 Elf32_Word st_size;
187 unsigned char st_info;
188 unsigned char st_other;
189 Elf32_Half st_shndx;
/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.h183 typedef struct elf32_sym{ struct
184 Elf32_Word st_name;
185 Elf32_Addr st_value;
186 Elf32_Word st_size;
187 unsigned char st_info;
188 unsigned char st_other;
189 Elf32_Half st_shndx;
/OK3568_Linux_fs/u-boot/include/
H A Delf.h330 typedef struct elf32_sym { struct
331 Elf32_Word st_name; /* name - index into string table */
332 Elf32_Addr st_value; /* symbol value */
333 Elf32_Word st_size; /* symbol size */
334 unsigned char st_info; /* type and binding */
335 unsigned char st_other; /* 0 - no defined meaning */
336 Elf32_Half st_shndx; /* section header index */