Home
last modified time | relevance | path

Searched refs:ph_mem (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/src/
Dabg-elf-helpers.cc1231 GElf_Phdr ph_mem; in get_binary_load_address() local
1235 program_header = gelf_getphdr(elf_handle, i, &ph_mem); in get_binary_load_address()
/third_party/elfutils/libdwfl/
Ddwfl_module_getdwarf.c134 GElf_Phdr ph_mem; in open_elf() local
135 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem); in open_elf()
/third_party/libabigail/
DChangeLog14649 ph_mem and program_header variables out of the inner for-loop.