_bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
opt->dynstr_index);
if (!bfd_elf_link_record_dynamic_symbol (info, opt))
- return false;
+ return NULL;
}
htab->tls_get_addr = opt;
}
location. Otherwise, the relocation should move within the
section. */
- removed = false;
+ removed = NULL;
if (is_operand_relocation (fix->src_type))
{
/* Check if the original relocation is against a literal being
target_offset = orig_rel->target_offset;
- removed = false;
+ removed = NULL;
if (is_operand_relocation (ELF32_R_TYPE (orig_rel->rela.r_info)))
{
/* Check if the original relocation is against a literal being
size_t amt = sizeof (*ent);
ent = bfd_alloc (abfd, amt);
if (ent == NULL)
- return false;
+ return NULL;
ent->next = local_got_ents[r_symndx];
ent->addend = r_addend;
ent->owner = abfd;
bfd_mach_o_load_command *uuid_cmd = NULL;
int ncmd = bfd_mach_o_lookup_command (abfd, BFD_MACH_O_LC_UUID, &uuid_cmd);
if (ncmd != 1 || uuid_cmd == NULL)
- return false;
+ return NULL;
return &uuid_cmd->command.uuid;
}
size_t table_offset = dshb->dshb_nte.dti_first_page * dshb->dshb_page_size;
if (bfd_seek (abfd, table_offset, SEEK_SET) != 0)
- return false;
+ return NULL;
return _bfd_alloc_and_read (abfd, table_size, table_size);
}