HomeSort by relevance Sort by last modified time
    Searched refs:dst_indx (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
gc.h 228 unsigned int dst_indx; local
237 dst_indx = lsym.get_st_shndx();
239 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary);
247 (*secvec).push_back(Section_id(src_obj, dst_indx));
273 if (!is_ordinary || dst_indx == src_indx)
284 dst_indx = 0;
290 dst_indx = gsym->shndx(&is_ordinary);
305 symtab->icf()->set_section_has_function_pointers(dst_obj, dst_indx);
324 (*secvec).push_back(Section_id(dst_obj, dst_indx));
    [all...]
powerpc.cc 7016 unsigned int dst_indx = ppc_object->get_opd_ent(dst_off); local
7105 unsigned int dst_indx = ppc_object->get_opd_ent(dst_off); local
    [all...]

Completed in 202 milliseconds