Searched refs:os_secarr (Results 1 – 9 of 9) sorted by relevance
230 obj_state->os_secarr = (elfedit_section_t *) in elfedit64_init_obj_state()237 ((char *)obj_state->os_secarr + secarr_size); in elfedit64_init_obj_state()247 bzero(obj_state->os_secarr, sizeof (obj_state->os_secarr[0])); in elfedit64_init_obj_state()248 _cache = obj_state->os_secarr; in elfedit64_init_obj_state()303 symsec = &obj_state->os_secarr[symtab->symt_shndx]; in elfedit64_init_obj_state()308 _cache = &obj_state->os_secarr[symtab->symt_xshndx]; in elfedit64_init_obj_state()321 _cache = &obj_state->os_secarr[symtab->symt_syminfo]; in elfedit64_init_obj_state()334 _cache = &obj_state->os_secarr[symtab->symt_versym]; in elfedit64_init_obj_state()363 dynsec = &obj_state->os_secarr[obj_state->os_dynndx]; in elfedit64_init_obj_state()
121 elfedit_section_t *sec = obj_state->os_secarr; in elfedit_name_to_shndx()157 elfedit_section_t *sec = obj_state->os_secarr; in elfedit_type_to_shndx()278 return (obj_state->os_secarr[shndx].sec_name); in elfedit_shndx_to_name()306 sec = &obj_state->os_secarr[shndx]; in elfedit_sec_get()376 cache = &obj_state->os_secarr[cnt]; in elfedit_sec_getcap()417 cache = &obj_state->os_secarr[obj_state->os_dynndx]; in elfedit_sec_getdyn()456 cache = &obj_state->os_secarr[cnt]; in elfedit_sec_getsyminfo()589 &obj_state->os_secarr[symtab->symt_shndx]; in elfedit_sec_getsymtab()670 xshndxsec = &obj_state->os_secarr[symtab->symt_xshndx]; in elfedit_sec_getxshndx()731 versymsec = &obj_state->os_secarr[symtab->symt_versym]; in elfedit_sec_getversym()[all …]
207 Shdr *shdr = obj_state->os_secarr[ndx].sec_shdr; in shndx_to_strtab()224 obj_state->os_secarr[ndx].sec_shdr->sh_link; in shndx_to_strtab()359 &obj_state->os_secarr[obj_state->os_dynndx]; in process_args()787 sec = obj_state->os_secarr; in cpl_sh_opt()855 if (strcmp(obj_state->os_secarr[i]. in cpl_sec_str()876 if (obj_state->os_secarr[i].sec_shdr-> in cpl_sec_str()892 (obj_state->os_secarr[strtab_ndx].sec_shdr->sh_type != SHT_STRTAB)) in cpl_sec_str()894 sec = &obj_state->os_secarr[strtab_ndx]; in cpl_sec_str()
219 elfedit_section_t *ref_sec = &argstate->obj_state->os_secarr[ndx]; in print_shdr()234 elfedit_section_t *sec = &argstate->obj_state->os_secarr[ndx]; in print_shdr()414 shdr_sec = &obj_state->os_secarr[ndx]; in cmd_body()609 &obj_state->os_secarr[obj_state->os_shstrndx]; in cmd_body()775 sec = obj_state->os_secarr; in cpl_1starg_sec()836 sec = obj_state->os_secarr; in cpl_sh_infolink()
290 argstate->obj_state->os_secarr[0].sec_shdr); in print_ehdr()514 os_secarr[0].sec_shdr->sh_info; in print_ehdr()536 os_secarr[0].sec_shdr->sh_size; in print_ehdr()553 os_secarr[0].sec_shdr->sh_link; in print_ehdr()996 elfedit_section_t *sec0 = &obj_state->os_secarr[0]; in cmd_body()1068 elfedit_section_t *sec0 = &obj_state->os_secarr[0]; in cmd_body()1113 elfedit_section_t *sec0 = &obj_state->os_secarr[0]; in cmd_body()1138 (obj_state->os_secarr[shstrndx].sec_shdr->sh_type != in cmd_body()1501 elfedit_section_t *sec = &obj_state->os_secarr[ndx]; in cpl_e_shstrndx()
1117 &obj_state->os_secarr[index], 1, NULL); in process_args()1155 &obj_state->os_secarr[symtab->symt_shndx], 0, NULL) == 0) { in process_args()1504 &obj_state->os_secarr[symtab->symt_shndx]; in cpl_sh_opt()1572 sec = obj_state->os_secarr; in cpl_st_shndx()
308 strsec = &obj_state->os_secarr[i]; in locate_interp()567 strsec = &obj_state->os_secarr[i]; in cmd_body_set_interp()
1619 cache = &obj_state->os_secarr[obj_state->os_dynndx]; in cpl_eltarg()
212 elfedit32_section_t *os_secarr; /* Section data */ member227 elfedit64_section_t *os_secarr; member