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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c445 Dwarf_Unsigned relocation_section_size,
468 if ((relocation_section_size != 0)) {
470 if(relocation_section_size%relocation_size) {
474 *nrelas = relocation_section_size/relocation_size;
702 Dwarf_Unsigned relocation_section_size = local
713 relocation_section_size,
441 get_relocation_entries(Dwarf_Bool is_64bit, int endianness, int machine, Dwarf_Small *relocation_section, Dwarf_Unsigned relocation_section_size, struct Dwarf_Elf_Rela **relas, unsigned int *nrelas, int *error) argument

Completed in 58 milliseconds