Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c582 int is_rela, in get_relocations_array() argument
595 if ( is_rela) { in get_relocations_array()
601 if ( is_rela) { in get_relocations_array()
624 int is_rela, in get_relocation_entries() argument
667 is_rela, in get_relocation_entries()
687 int is_rela, in update_entry() argument
774 if (!is_rela) { in update_entry()
805 int is_rela, in apply_rela_entries() argument
830 is_rela, in apply_rela_entries()
868 &relas, &nrelas, is_rela,error); in loop_through_relocations()
[all …]
H A Ddwarf_init_finish.c232 Dwarf_Half section_index,int is_rela) in add_relx_data_to_secdata() argument
240 secdata->dss_is_rela = is_rela; in add_relx_data_to_secdata()
840 *is_rela = TRUE; in is_a_relx_section()
844 *is_rela = FALSE; in is_a_relx_section()
848 *is_rela = TRUE; in is_a_relx_section()
852 *is_rela = FALSE; in is_a_relx_section()
855 *is_rela = FALSE; in is_a_relx_section()
1043 int is_rela = FALSE; in insert_sht_list_in_group_map() local
1060 doasx.type,&is_rela) ) { in insert_sht_list_in_group_map()
1137 int is_rela = FALSE; in determine_target_group() local
[all …]
H A Ddwarf_elf_load_headers.c122 int *is_rela,int *is_rel) in _dwarf_load_elf_section_is_dwarf() argument
125 *is_rela = FALSE; in _dwarf_load_elf_section_is_dwarf()
131 *is_rela = TRUE; in _dwarf_load_elf_section_is_dwarf()
135 *is_rela = TRUE; in _dwarf_load_elf_section_is_dwarf()
1877 int is_rela = FALSE; in _dwarf_elf_setup_all_section_groups() local
1896 } else if (_dwarf_load_elf_section_is_dwarf(name,&is_rela,&is_rel)) { in _dwarf_elf_setup_all_section_groups()
H A Ddwarf_elfread.c357 int is_rela = rela->gr_is_rela; in update_entry() local
404 if (!is_rela) { in update_entry()