Home
last modified time | relevance | path

Searched defs:Elf32_Sym (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DELF.h795 struct Elf32_Sym { struct
796 Elf32_Word st_name; // Symbol name (index into string table)
797 Elf32_Addr st_value; // Value or address associated with the symbol
798 Elf32_Word st_size; // Size of the symbol
799 unsigned char st_info; // Symbol's type and binding attributes
800 unsigned char st_other; // Must be zero; reserved
801 Elf32_Half st_shndx; // Which section (header table index) it's defined in
805 unsigned char getBinding() const { return st_info >> 4; } in getBinding()
806 unsigned char getType() const { return st_info & 0x0f; } in getType()
807 void setBinding(unsigned char b) { setBindingAndType(b, getType()); } in setBinding()
[all …]
/external/kernel-headers/original/uapi/linux/
Delf.h189 } Elf32_Sym; typedef
/external/elfutils/libelf/
Delf.h415 } Elf32_Sym; typedef
/external/valgrind/perf/
Dtinycc.c384 } Elf32_Sym; typedef