Home
last modified time | relevance | path

Searched refs:SHN_COMMON (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/sysdeps/mips/
Ddl-machine.h200 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx == SHN_COMMON) \
793 else if (sym->st_shndx == SHN_COMMON) in elf_machine_got_rel()
/glibc-2.36/scripts/
Dglibcelf.py273 SHN_COMMON = 0xfff2 variable in Shn
/glibc-2.36/elf/
Delf.h424 #define SHN_COMMON 0xfff2 /* Associated symbol is common */ macro