Searched defs:SHN_UNDEF (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Delf.h291 #define SHN_UNDEF 0 macro
/external/llvm/include/llvm/Support/
H A DELF.h570 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless enumerator in enum:llvm::ELF::__anon10245
/external/elfutils/src/libelf/
H A Delf.h302 #define SHN_UNDEF 0 /* Undefined section */ macro
/external/valgrind/perf/
H A Dtinycc.c330 #define SHN_UNDEF 0 /* Undefined section */ macro
430 #define SHN_UNDEF 0 /* No section, undefined symbol. */ macro
6918 sh_num = SHN_UNDEF;
18298 it. Return symbol index. NOTE that sh_num can be SHN_UNDEF. */
18314 if (esym->st_shndx != SHN_UNDEF) {
18316 if (sh_num == SHN_UNDEF) {
18522 if (sh_num == SHN_UNDEF) {
19292 if (sym->st_shndx == SHN_UNDEF) {
19346 if (esym->st_shndx == SHN_UNDEF) {
19652 if (sym->st_shndx == SHN_UNDEF) {
[all...]

Completed in 136 milliseconds