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

  /toolchain/binutils/binutils-2.25/gold/
gc.h 234 unsigned int dst_indx; local
243 dst_indx = lsym.get_st_shndx();
245 dst_indx = src_obj->adjust_sym_shndx(r_sym, dst_indx, &is_ordinary);
253 (*secvec).push_back(Section_id(dst_obj, dst_indx));
280 if (!is_ordinary || dst_indx == src_indx)
291 dst_indx = 0;
296 dst_indx = gsym->shndx(&is_ordinary);
310 symtab->icf()->set_section_has_function_pointers(dst_obj, dst_indx);
329 (*secvec).push_back(Section_id(dst_obj, dst_indx));
    [all...]
powerpc.cc 6346 unsigned int dst_indx = ppc_object->get_opd_ent(dst_off); local
6436 unsigned int dst_indx = ppc_object->get_opd_ent(dst_off); local
    [all...]

Completed in 81 milliseconds