Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/
Ddl-vdso.h46 wsym.st_info = (unsigned char) ELFW (ST_INFO (STB_WEAK, STT_NOTYPE)); in dl_vdso_vsym()
/glibc-2.36/elf/
Ddl-lookup-direct.c46 ((1 << STT_NOTYPE) | (1 << STT_OBJECT) | (1 << STT_FUNC) \ in ElfW()
Dsprof.c1071 || ELFW(ST_TYPE) (sym->st_info) == STT_NOTYPE) in read_symbols()
1127 || ELFW(ST_TYPE)(symtab->st_info) == STT_NOTYPE) in read_symbols()
Ddl-lookup.c85 ((1 << STT_NOTYPE) | (1 << STT_OBJECT) | (1 << STT_FUNC) \ in ElfW()
Delf.h596 #define STT_NOTYPE 0 /* Symbol type is unspecified */ macro
/glibc-2.36/sysdeps/riscv/
Ddl-machine.h334 gp_sym.st_info = (unsigned char) ELFW (ST_INFO (STB_WEAK, STT_NOTYPE)); in elf_machine_runtime_setup()
/glibc-2.36/scripts/
Dglibcelf.py481 STT_NOTYPE = 0 variable in Stt