Home
last modified time | relevance | path

Searched refs:ELF32_R_SYM (Results 1 – 8 of 8) sorted by relevance

/external/elfutils/src/libelf/
Dgelf_getrel.c79 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
Dgelf_getrela.c79 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
Delf.h531 #define ELF32_R_SYM(val) ((val) >> 8) macro
/external/kernel-headers/original/uapi/linux/
Delf.h154 #define ELF32_R_SYM(x) ((x) >> 8) macro
/external/elfutils/src/src/
Dxelf.h125 # define XELF_R_SYM(info) ELF32_R_SYM (info)
/external/valgrind/VEX/unused/
Dlinker.c149 #define ELF_R_SYM ELF32_R_SYM
/external/valgrind/VEX/switchback/
Dlinker.c215 #define ELF_R_SYM ELF32_R_SYM
/external/valgrind/perf/
Dtinycc.c526 #define ELF32_R_SYM(val) ((val) >> 8) macro
18472 sym_index = ELF32_R_SYM(rel->r_info); in sort_syms()
18579 sym_index = ELF32_R_SYM(rel->r_info); in relocate_section()
18728 sym_index = ELF32_R_SYM(rel->r_info); in prepare_dynamic_rel()
18947 sym_index = ELF32_R_SYM(rel->r_info); in build_got_entries()
18966 sym_index = ELF32_R_SYM(rel->r_info); in build_got_entries()
18985 sym_index = ELF32_R_SYM(rel->r_info); in build_got_entries()
20064 sym_index = ELF32_R_SYM(rel->r_info); in tcc_load_object_file()