Searched refs:STT_SECTION (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/objtool/arch/x86/
H A Dspecial.c98 if (!text_reloc || text_reloc->sym->type != STT_SECTION ||
H A Ddecode.c638 if (disp->sym->type == STT_SECTION)
/linux-master/tools/objtool/
H A Dorc_dump.c122 if (GELF_ST_TYPE(sym.st_info) == STT_SECTION) {
H A Delf.c122 if (s->type != STT_SECTION)
173 if (iter->offset == offset && iter->type != STT_SECTION)
199 if (iter->type != STT_SECTION)
498 if (GELF_ST_TYPE(sym->sym.st_info) == STT_SECTION) {
805 sym->sym.st_info = GELF_ST_INFO(STB_LOCAL, STT_SECTION);
H A Dcheck.c512 if (func->type == STT_SECTION)
598 if (reloc->sym->type == STT_SECTION) {
638 if (reloc->sym->type == STT_SECTION) {
1041 case STT_SECTION:
1277 if (reloc->sym->type != STT_SECTION) {
1569 } else if (reloc->sym->type == STT_SECTION) {
1663 * STT_SECTION reloc.
1720 } else if (reloc->sym->type == STT_SECTION) {
2258 if (reloc->sym->type == STT_SECTION) {
2359 if (reloc->sym->type != STT_SECTION) {
[all...]
/linux-master/arch/arc/kernel/
H A Dmodule.c85 if (sym_entry->st_name == 0 && ELF_ST_TYPE (sym_entry->st_info) == STT_SECTION) {
/linux-master/arch/alpha/kernel/
H A Dmodule.c258 if (ELF64_ST_TYPE (sym->st_info) == STT_SECTION)
/linux-master/include/uapi/linux/
H A Delf.h131 #define STT_SECTION 3 macro
/linux-master/tools/lib/bpf/
H A Dlinker.c119 /* corresponding STT_SECTION symbol index in SYMTAB */
846 if (sym_type == STT_SECTION) {
1858 /* allow only one STT_SECTION symbol per section */
1859 if (sym_type == STT_SECTION && dst_sec->sec_sym_idx) {
2000 if (sym_type == STT_SECTION && dst_sym) {
2090 if (ELF64_ST_TYPE(src_sym->st_info) == STT_SECTION) {
2110 pr_warn("relocation against STT_SECTION in non-exec section is not supported!\n");
H A Dlibbpf.c3913 if (bind == STB_LOCAL && type == STT_SECTION)
4634 * in such case, symbol will be STT_SECTION and sym.st_name
4638 if (ELF64_ST_TYPE(sym->st_info) == STT_SECTION && sym->st_name == 0)
6295 * relocation is against STT_SECTION and insn->imm
/linux-master/arch/x86/tools/
H A Drelocs.c159 SYM_TYPE(STT_SECTION),

Completed in 211 milliseconds