Home
last modified time | relevance | path

Searched refs:STT_SECTION (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libebl/
Deblsymboltypename.c40 [STT_SECTION] = "SECTION",
/external/elfutils/
DTODO97 ** size for STT_SECTION entries
99 The STT_SECTION entries have zero for the size but can easily get
DNEWS258 strip: don't let STT_SECTION symbols keeps sections from being removed
/external/grub/stage2/
Di386-elf.h149 #define STT_SECTION 3 macro
/external/kernel-headers/original/linux/
Delf.h95 #define STT_SECTION 3 macro
/external/qemu/
Delf.h179 #define STT_SECTION 3 macro
/external/elfutils/src/
Dstrip.c771 || GELF_ST_TYPE (sym->st_info) == STT_SECTION) in handle_elf()
1246 assert (GELF_ST_TYPE (sym->st_info) == STT_SECTION); in handle_elf()
Di386_ld.c146 if (XELF_ST_TYPE (sym->st_info) == STT_SECTION) in elf_i386_relocate_section()
Dldgeneric.c1266 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()
Dreadelf.c1410 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()
Delflint.c852 if (GELF_ST_TYPE (sym->st_info) == STT_SECTION in check_symtab()
/external/elfcopy/
Delfcopy.c536 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()
/external/elfutils/libelf/
Delf.h451 #define STT_SECTION 3 /* Symbol associated with a section */ macro