Searched defs:dst_sec (Results 1 – 2 of 2) sorted by relevance
102 struct dst_sec { struct103 char *sec_name;105 int id;107 bool ephemeral;110 size_t sec_idx;111 Elf_Scn *scn;112 Elf64_Shdr *shdr;113 Elf_Data *data;116 int sec_sz;141 struct dst_sec *secs; argument[all …]
126 Elf_Shdr *dst_sec = sechdrs + sechdrs[i].sh_info; in module_frob_arch_sections() local