Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs243 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
244 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
266 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
267 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
268 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
269 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
276 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
277 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
278 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
279 …, (struct hrtimer)->function, (struct hrtimer)->state, (struct hrtimer)->is_rel, (struct task_stru…
[all …]
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_load_headers.c122 int *is_rela,int *is_rel) in _dwarf_load_elf_section_is_dwarf() argument
124 *is_rel = FALSE; in _dwarf_load_elf_section_is_dwarf()
1876 int is_rel = 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()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c511 Boolean is_rel = (ofl->ofl_flags & FLG_OF_RELOBJ) != 0; in ld_add_rel_cache() local
513 if (((rcp == &ofl->ofl_actrels) && !is_rel) || in ld_add_rel_cache()
514 ((rcp == &ofl->ofl_outrels) && is_rel)) in ld_add_rel_cache()