Home
last modified time | relevance | path

Searched refs:ELF32_ST_INFO (Results 1 – 6 of 6) sorted by relevance

/external/grub/stage2/
Di386-elf.h134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf)) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c86 YASM_WRITE_8(bufp, ELF32_ST_INFO(entry->bind, entry->type)); in elf_x86_x86_write_symtab_entry()
Delf.h223 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/external/elfutils/libelf/
Delf.h441 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
446 #define ELF64_ST_INFO(bind, type) ELF32_ST_INFO ((bind), (type))
/external/elfutils/src/
Dxelf.h130 # define XELF_ST_INFO(bind, type) ELF32_ST_INFO (bind, type)
/external/valgrind/main/perf/
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))
6965 info = ELF32_ST_INFO(sym_bind, sym_type); in put_extern_sym2()
14846 ELF32_ST_INFO(STB_LOCAL, STT_SECTION), 0, in tcc_compile()
14858 ELF32_ST_INFO(STB_LOCAL, STT_FILE), 0, in tcc_compile()
18333 esym->st_info = ELF32_ST_INFO(sym_bind, sym_type); in add_elf_sym()
18342 ELF32_ST_INFO(sym_bind, sym_type), other, in add_elf_sym()
18795 add_elf_sym(symtab_section, 0, 4, ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT), in build_got()
19064 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in add_init_array_defines()
19068 ELF32_ST_INFO(STB_GLOBAL, STT_NOTYPE), 0, in add_init_array_defines()
[all …]