Home
last modified time | relevance | path

Searched refs:opd_section (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/src/
H A Dabg-elf-helpers.cc1150 Elf_Scn* opd_section = find_opd_section(elf_handle); in lookup_ppc64_elf_fn_entry_point_address() local
1151 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()
1163 // Ensure that the opd_section has at least 8 bytes, starting from in lookup_ppc64_elf_fn_entry_point_address()
1377 Elf_Scn * opd_section = find_opd_section(elf_handle); in address_is_in_opd_section() local
1378 if (!opd_section) in address_is_in_opd_section()
1380 if (address_is_in_section(addr, opd_section)) in address_is_in_opd_section()

Completed in 3 milliseconds