Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h163 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/OK3568_Linux_fs/kernel/scripts/
H A Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE) in get_symindex()
221 if (new_shnum >= SHN_LORESERVE) { in set_shnum()
H A Dsorttable.c173 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h296 #define SHN_LORESERVE 0xff00 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/linux/
H A Delf.h295 #define SHN_LORESERVE 0xff00 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/linux/
H A Delf.h295 #define SHN_LORESERVE 0xff00 macro
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.c423 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
581 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
671 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/OK3568_Linux_fs/u-boot/include/
H A Delf.h236 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Delf_common.h262 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Delf_common.h262 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/
H A Delf_common.h262 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/
H A Delf_common.h262 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ 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.h412 #define SHN_LORESERVE 0xff00 /* Start of reserved 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.h412 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2704 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c3403 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
8604 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()