Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB_SHNDX (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Delf.h263 #define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */ macro
/OK3568_Linux_fs/kernel/scripts/
H A Dsorttable.h252 if (r(&s->sh_type) == SHT_SYMTAB_SHNDX) in do_sort()
H A Drecordmcount.h249 else if (relhdr->sh_type == SHT_SYMTAB_SHNDX) in find_symtab()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h289 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h289 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h289 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h289 #define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */ macro
/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.h444 #define SHT_SYMTAB_SHNDX 18 /* Extended section indices */ macro
/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.h444 #define SHT_SYMTAB_SHNDX 18 /* Extended section indices */ macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c607 if (sechdrs[i].sh_type == SHT_SYMTAB_SHNDX) { in parse_elf()