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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_elf_access.c446 struct Dwarf_Elf_Rela **relas,
476 *relas = malloc(bytescount);
477 if (!*relas) {
481 memset(*relas,0,bytescount);
483 *nrelas, *relas);
674 struct Dwarf_Elf_Rela *relas, unsigned int nrelas,
677 if ((target_section != NULL) && (relas != NULL)) {
683 &(relas)[i],
705 struct Dwarf_Elf_Rela *relas = 0; local
714 &relas,
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
668 apply_rela_entries(Dwarf_Debug dbg, Dwarf_Bool is_64bit, Dwarf_Endianness endianess, Dwarf_Half machine, Dwarf_Small *target_section, Dwarf_Small *symtab_section, struct Dwarf_Elf_Rela *relas, unsigned int nrelas, int *error) argument
[all...]

Completed in 44 milliseconds