Lines Matching defs:rel
412 GElf_Rel *rel = gelf_getrel (data, i, &rel_mem);
413 adjust_reloc (&rel->r_info);
414 ELF_CHECK (gelf_update_rel (data, i, rel),
553 Elf *elf, bool rel, Elf_Scn *symscn, size_t shnum)
598 .st_value = rel ? 0 : i_shdr->sh_addr,
631 check_symtab_section_symbols (Elf *elf, bool rel, Elf_Scn *scn,
640 return add_new_section_symbols (oscn, n, elf, rel, scn, shnum);
643 return add_new_section_symbols (oscn, n, elf, rel, scn, shstrndx);
660 bool rel)
662 if (!rel)
690 compare_sections (const void *a, const void *b, bool rel)
700 ? compare_alloc_sections (s1, s2, rel)
753 collect_symbols (Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn,
788 if (GELF_ST_TYPE (s->info.info) == STT_SECTION && !rel)