Searched refs:ELF32_ST_INFO (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-x86.c86 YASM_WRITE_8(bufp, ELF32_ST_INFO(entry->bind, entry->type));
H A Delf.h223 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/0.153/src/
H A Dxelf.h130 # define XELF_ST_INFO(bind, type) ELF32_ST_INFO (bind, type)
/external/elfutils/0.153/libelf/
H A Delf.h438 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
443 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/external/valgrind/main/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 708 milliseconds