HomeSort by relevance Sort by last modified time
    Searched refs:update_if_changed (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libelf/
elf32_updatenull.c 83 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
105 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT,
117 update_if_changed (ehdr->e_shnum, 0,
121 update_if_changed (ehdr->e_shnum, shnum,
177 update_if_changed (ehdr->e_phoff,
199 update_if_changed (scn0->shdr.ELFW(e,LIBELFBITS)->sh_size,
267 update_if_changed (shdr->sh_entsize, sh_entsize,
321 update_if_changed (data->d_off, offset, changed);
357 update_if_changed (shdr->sh_addralign, sh_align,
362 update_if_changed (shdr->sh_offset, (GElf_Word) size
    [all...]
libelfP.h 600 #define update_if_changed(var, exp, flag) \ macro

Completed in 29 milliseconds