Searched refs:STT_OBJECT (Results 1 - 17 of 17) sorted by relevance

/external/elfutils/libebl/
H A Deblsymboltypename.c38 [STT_OBJECT] = "OBJECT",
/external/elfutils/tests/
H A Dasm-tst3.c85 if (asm_newsym (scn1, "one", 4, STT_OBJECT, STB_GLOBAL) == NULL)
95 if (asm_newsym (scn2, "three", 6, STT_OBJECT, STB_WEAK) == NULL)
105 if (asm_newsym (scn1, "two", 4, STT_OBJECT, STB_LOCAL) == NULL)
255 [1] = GELF_ST_INFO (STB_LOCAL, STT_OBJECT),
256 [2] = GELF_ST_INFO (STB_GLOBAL, STT_OBJECT),
257 [3] = GELF_ST_INFO (STB_WEAK, STT_OBJECT)
H A Dasm-tst5.c66 if (asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
H A Dasm-tst6.c71 sym = asm_newsym (scn, buf, sizeof (uint32_t), STT_OBJECT,
/external/elfutils/libasm/
H A Dasm_newcomsym.c69 result->type = STT_OBJECT;
H A Dasm_newabssym.c90 if (type == STT_OBJECT)
H A Dasm_newsym.c88 if (type == STT_OBJECT)
/external/grub/stage2/
H A Di386-elf.h147 #define STT_OBJECT 1 macro
/external/kernel-headers/original/linux/
H A Delf.h93 #define STT_OBJECT 1 macro
/external/libvpx/build/make/
H A Dobj_int_extract.c388 if (ELF32_ST_TYPE(sym.st_info) == STT_OBJECT && sym.st_name)
394 if (ELF32_ST_TYPE(sym.st_info) == STT_OBJECT
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c834 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
952 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c834 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
952 ELF64_ST_INFO(STB_GLOBAL, STT_OBJECT),
/external/elfutils/src/
H A Dld.c1517 (*symp)->type = STT_OBJECT;
H A Dldgeneric.c520 else if (XELF_ST_TYPE (sym->st_info) == STT_OBJECT
/external/qemu/
H A Delf.h177 #define STT_OBJECT 1 macro
/external/elfutils/libelf/
H A Delf.h449 #define STT_OBJECT 1 /* Symbol is a data object */ macro
/external/strace/
H A Dsystem.c2038 { STT_OBJECT, "STT_OBJECT" },

Completed in 388 milliseconds