Home
last modified time | relevance | path

Searched refs:STT_NOTYPE (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libebl/
Deblsymboltypename.c37 [STT_NOTYPE] = "NOTYPE",
/external/grub/stage2/
Di386-elf.h146 #define STT_NOTYPE 0 macro
/external/elfutils/tests/
Dasm-tst3.c254 [0] = GELF_ST_INFO (STB_LOCAL, STT_NOTYPE), in main()
/external/kernel-headers/original/linux/
Delf.h92 #define STT_NOTYPE 0 macro
/external/qemu/
Delf.h176 #define STT_NOTYPE 0 macro
/external/elfutils/src/
Dld.c1470 s->type = STT_NOTYPE; in create_lscript_symbols()
Dldgeneric.c504 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE in check_type_and_size()
/external/elfutils/libelf/
Delf.h448 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
/external/strace/
Dsystem.c2036 { STT_NOTYPE, "STT_NOTYPE" },
/external/elfcopy/
Delfcopy.c537 GELF_ST_TYPE (sym->st_info) == STT_NOTYPE); in adjust_elf()