Searched refs:STT_SECTION (Results 1 – 13 of 13) sorted by relevance
40 [STT_SECTION] = "SECTION",
97 ** size for STT_SECTION entries99 The STT_SECTION entries have zero for the size but can easily get
258 strip: don't let STT_SECTION symbols keeps sections from being removed
149 #define STT_SECTION 3 macro
95 #define STT_SECTION 3 macro
179 #define STT_SECTION 3 macro
771 || GELF_ST_TYPE (sym->st_info) == STT_SECTION) in handle_elf()1246 assert (GELF_ST_TYPE (sym->st_info) == STT_SECTION); in handle_elf()
146 if (XELF_ST_TYPE (sym->st_info) == STT_SECTION) in elf_i386_relocate_section()
1266 if (XELF_ST_TYPE (sym->st_info) != STT_SECTION in add_relocatable_file()4030 sym->st_info = XELF_ST_INFO (STB_LOCAL, STT_SECTION); in ld_generic_create_outfile()4544 if (unlikely (XELF_ST_TYPE (sym->st_info) == STT_SECTION)) in ld_generic_create_outfile()
1410 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in handle_relocs_rel()1554 else if (GELF_ST_TYPE (sym->st_info) != STT_SECTION) in handle_relocs_rela()
852 if (GELF_ST_TYPE (sym->st_info) == STT_SECTION in check_symtab()
536 ASSERT(GELF_ST_TYPE (sym->st_info) == STT_SECTION || in adjust_elf()540 (GELF_ST_TYPE(sym->st_info) == STT_SECTION in adjust_elf()2413 FAILIF(GELF_ST_TYPE (sym->st_info) != STT_SECTION, in update_symbol_values()
451 #define STT_SECTION 3 /* Symbol associated with a section */ macro