OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 153 milliseconds