Home
last modified time | relevance | path

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

/bionic/linker/
Ddlfcn.cpp165 #define ELF32_SYM_INITIALIZER(name_offset, value, shndx) \ argument
169 (shndx == 0) ? 0 : (STB_GLOBAL << 4), \
171 shndx, \
174 #define ELF64_SYM_INITIALIZER(name_offset, value, shndx) \ argument
176 (shndx == 0) ? 0 : (STB_GLOBAL << 4), \
178 shndx, \