Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Dgelf_update_rel.c84 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rel()
Dgelf_update_rela.c86 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rela()
Delf.h559 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/external/elfutils/src/
Dxelf.h127 # define XELF_R_INFO(sym, type) ELF32_R_INFO (sym, type)
/external/kmod/port-gnu/
Delf.h558 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
/external/valgrind/perf/
Dtinycc.c528 #define ELF32_R_INFO(sym, type) (((sym) << 8) + ((type) & 0xff)) macro
6558 rel->r_info = ELF32_R_INFO(sym->c, ELF32_R_TYPE(rel->r_info)); in gen_bounded_ptr_deref()
18370 rel->r_info = ELF32_R_INFO(symbol, type); in put_elf_reloc()
18475 rel->r_info = ELF32_R_INFO(sym_index, type); in sort_syms()
18593 qrel->r_info = ELF32_R_INFO(esym_index, R_386_32); in relocate_section()
18597 qrel->r_info = ELF32_R_INFO(0, R_386_RELATIVE); in relocate_section()
18609 qrel->r_info = ELF32_R_INFO(esym_index, R_386_PC32); in relocate_section()
20074 rel->r_info = ELF32_R_INFO(sym_index, type); in tcc_load_object_file()