Searched refs:part_idx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_rtld.c | 122 * \p part_idx. 125 const char *name, unsigned part_idx) 128 if ((symbol->part_idx == ~0u || symbol->part_idx == part_idx) && !strcmp(name, symbol->name)) 180 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, argument 198 struct ac_rtld_part *part = &binary->parts[part_idx]; 223 s.part_idx = part_idx; 231 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx); 124 find_symbol(const struct util_dynarray * symbols,const char * name,unsigned part_idx) argument 325 for (unsigned part_idx = 0; part_idx < i.num_parts; ++part_idx) { local in function:ac_rtld_open 428 for (unsigned part_idx = 0; part_idx < i.num_parts; ++part_idx) { local in function:ac_rtld_open 564 resolve_symbol(const struct ac_rtld_upload_info * u,unsigned part_idx,const Elf64_Sym * sym,const char * name,uint64_t * value) argument 604 apply_relocs(const struct ac_rtld_upload_info * u,unsigned part_idx,const Elf64_Shdr * reloc_shdr,const Elf_Data * reloc_data) argument [all...] |
| H A D | ac_rtld.h | 47 unsigned part_idx; /* shader part in which this symbol appears */ member in struct:ac_rtld_symbol
|
Completed in 4 milliseconds