Home
last modified time | relevance | path

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

/openbmc/linux/scripts/mod/
H A Dmodpost.h154 if (index >= SHN_LORESERVE && index <= SHN_HIRESERVE) in get_secindex()
/openbmc/linux/scripts/
H A Dsorttable.c183 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
H A Drecordmcount.h198 if (shndx > SHN_UNDEF && shndx < SHN_LORESERVE) in get_symindex()
221 if (new_shnum >= SHN_LORESERVE) { in set_shnum()
/openbmc/linux/include/uapi/linux/
H A Delf.h300 #define SHN_LORESERVE 0xff00 macro
/openbmc/linux/tools/objtool/
H A Delf.c489 sym->sym.st_shndx < SHN_LORESERVE) || in read_symbols()
605 bool is_special_shndx = sym->sym.st_shndx >= SHN_LORESERVE && in elf_update_symbol()
707 if ((shndx >= SHN_UNDEF && shndx < SHN_LORESERVE) || is_special_shndx) { in elf_update_symbol()
/openbmc/u-boot/include/
H A Delf.h260 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ macro
/openbmc/linux/kernel/module/
H A Dkallsyms.c52 if (sym->st_shndx >= SHN_LORESERVE) in elf_type()
/openbmc/qemu/bsd-user/
H A Delfload.c453 syms[i].st_shndx >= SHN_LORESERVE || in load_symbols()
/openbmc/qemu/include/
H A Delf.h1593 #define SHN_LORESERVE 0xff00 macro
/openbmc/qemu/include/hw/
H A Delf_ops.h.inc163 syms[i].st_shndx >= SHN_LORESERVE ||
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c818 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) { in linker_sanity_check_elf_symtab()
1829 } else if (sym->st_shndx < SHN_LORESERVE) { in linker_append_elf_sym()
H A Dlibbpf.c4117 if (!shdr_idx || shdr_idx >= SHN_LORESERVE) { in bpf_program__record_reloc()
9179 if (shdr_idx >= SHN_LORESERVE) { in bpf_object__collect_st_ops_relos()
/openbmc/qemu/dump/
H A Ddump.c463 if (s->shdr_num >= SHN_LORESERVE) { in prepare_elf_section_hdrs()
/openbmc/qemu/linux-user/
H A Delfload.c3698 || syms[i].st_shndx >= SHN_LORESERVE in load_symbols()