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 62 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
84 update_if_changed (ehdr->e_ident[EI_VERSION], EV_CURRENT,
100 update_if_changed (ehdr->e_shnum, 0,
104 update_if_changed (ehdr->e_shnum, shnum,
172 update_if_changed (ehdr->e_phoff,
194 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);
356 update_if_changed (shdr->sh_addralign, sh_align,
361 update_if_changed (shdr->sh_offset, (GElf_Word) size
    [all...]
libelfP.h 617 #define update_if_changed(var, exp, flag) \ macro

Completed in 56 milliseconds