Searched refs:opd_section (Results 1 – 1 of 1) sorted by relevance
1150 Elf_Scn* opd_section = find_opd_section(elf_handle); in lookup_ppc64_elf_fn_entry_point_address() local1151 if (!opd_section) in lookup_ppc64_elf_fn_entry_point_address()1156 GElf_Shdr* opd_sheader = gelf_getshdr(opd_section, &header_mem); in lookup_ppc64_elf_fn_entry_point_address()1161 Elf_Data* elf_data = elf_rawdata(opd_section, 0); in lookup_ppc64_elf_fn_entry_point_address()1377 Elf_Scn * opd_section = find_opd_section(elf_handle); in address_is_in_opd_section() local1378 if (!opd_section) in address_is_in_opd_section()1380 if (address_is_in_section(addr, opd_section)) in address_is_in_opd_section()