Searched refs:sym_off (Results 1 – 2 of 2) sorted by relevance
356 int sym_off; member4370 reloc_desc->sym_off = i; /* sym_off stores extern index */4398 reloc_desc->sym_off = sym->st_value;4421 reloc_desc->sym_off = sym->st_value;4457 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */4485 reloc_desc->sym_off = sym->st_value;6226 insn[1].imm = insn[0].imm + relo->sym_off;6239 ext = &obj->externs[relo->sym_off];6261 ext = &obj->externs[relo->sym_off];6520 sub_insn_idx = relo->sym_off / BPF_INSN_SZ + insn->imm + 1;[all …]
11192 uint32_t sym_off = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section() local11193 printf (_(" symbol offset: %#" PRIx32 "\n"), sym_off); in print_gdb_index_section()11262 nextp = data->d_buf + sym_off; in print_gdb_index_section()11263 if (sym_off >= data->d_size) in print_gdb_index_section()11296 readp = data->d_buf + sym_off; in print_gdb_index_section()