Searched defs:ELF32_ST_INFO (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/libelf/
H A Delf.h437 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
442 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/external/valgrind/perf/
H A Dtinycc.c436 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
441 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
6967 info = ELF32_ST_INFO(sym_bind, sym_type);
14848 ELF32_ST_INFO(STB_LOCAL, STT_SECTION), 0,
14860 ELF32_ST_INFO(STB_LOCAL, STT_FILE), 0,
18335 esym->st_info = ELF32_ST_INFO(sym_bind, sym_type);
18344 ELF32_ST_INFO(sym_bind, sym_type), other,
18797 add_elf_sym(symtab_section, 0, 4, ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT),
19066 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0,
19070 ELF32_ST_INFO(STB_GLOBA
[all...]

Completed in 124 milliseconds