Searched defs:STT_OBJECT (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h147 #define STT_OBJECT 1 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h190 STT_OBJECT = 1, /* data object such as a variable, array, etc */ enumerator in enum:__anon14853
/external/qemu/
H A Delf.h210 #define STT_OBJECT 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h1300 STT_OBJECT = 1, // Symbol is a data object (variable, array, etc.) enumerator in enum:llvm::ELF::__anon21933
/external/elfutils/libelf/
H A Delf.h462 #define STT_OBJECT 1 /* Symbol is a data object */ macro
/external/valgrind/main/perf/
H A Dtinycc.c457 #define STT_OBJECT 1 /* Symbol is a data object */ macro
6927 sym_type = STT_OBJECT;
18797 add_elf_sym(symtab_section, 0, 4, ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT),
19284 add it in the PLT. If a symbol STT_OBJECT is found, we
19302 } else if (type == STT_OBJECT) {

Completed in 2483 milliseconds