Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c421 void (*get_relocations)(Dwarf_Small *data, unsigned int i, in get_relocations_array() local
429 get_relocations = get_rela_elf64; in get_relocations_array()
431 get_relocations = get_rela_elf32; in get_relocations_array()
435 get_relocations(data, i,endianness,machine, &(relap[i])); in get_relocations_array()