Searched defs:STT_OBJECT (Results 1 - 6 of 6) sorted by relevance
/external/grub/stage2/ |
H A D | i386-elf.h | 147 #define STT_OBJECT 1 macro
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
H A D | elf.h | 190 STT_OBJECT = 1, /* data object such as a variable, array, etc */ enumerator in enum:__anon14853
|
/external/qemu/ |
H A D | elf.h | 210 #define STT_OBJECT 1 macro
|
/external/llvm/include/llvm/Support/ |
H A D | ELF.h | 1300 STT_OBJECT = 1, // Symbol is a data object (variable, array, etc.) enumerator in enum:llvm::ELF::__anon21933
|
/external/elfutils/libelf/ |
H A D | elf.h | 462 #define STT_OBJECT 1 /* Symbol is a data object */ macro
|
/external/valgrind/main/perf/ |
H A D | tinycc.c | 457 #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