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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h318 #define SHN_UNDEF 0 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h164 SHN_UNDEF = 0, /* undefined symbol; requires other global */ enumerator in enum:__anon16347
384 * link -> SHN_UNDEF
/external/kernel-headers/original/uapi/linux/
H A Delf.h291 #define SHN_UNDEF 0 macro
/external/llvm/include/llvm/Support/
H A DELF.h1248 SHN_UNDEF = 0, // Undefined, missing, irrelevant, or meaningless enumerator in enum:llvm::ELF::__anon25595
/external/qemu/include/
H A Delf.h1342 #define SHN_UNDEF 0 macro
/external/elfutils/0.153/libelf/
H A Delf.h303 #define SHN_UNDEF 0 /* Undefined section */ macro
/external/valgrind/main/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 8352 milliseconds