Searched refs:ELF_C_NULL (Results 1 – 16 of 16) sorted by relevance
/third_party/elfutils/libelf/ |
D | elf_next.c | 49 return ELF_C_NULL; in elf_next() 63 ret = __libelf_next_arhdr_wrlock (parent) != 0 ? ELF_C_NULL : elf->cmd; in elf_next() 66 if (ret == ELF_C_NULL) in elf_next()
|
D | elf_getaroff.c | 46 return ELF_C_NULL; in elf_getaroff()
|
D | elf_update.c | 174 if (cmd != ELF_C_NULL in elf_update()
|
D | libelf.h | 141 ELF_C_NULL, /* Nothing, terminate, or compute only. */ enumerator
|
D | elf_begin.c | 1172 case ELF_C_NULL: in elf_begin()
|
/third_party/elfutils/libdwfl/ |
D | offline.c | 179 return ELF_C_NULL; in process_archive_member() 199 return ELF_C_NULL; in process_archive_member() 240 return ELF_C_NULL; in process_archive_member() 264 fd, member, &mod) != ELF_C_NULL) in process_archive()
|
/third_party/elfutils/tests/ |
D | elfstrtab.c | 231 if (elf_update (elf, ELF_C_NULL) < 0) in check_elf() 266 if (elf_update (elf, ELF_C_NULL) < 0) in check_elf() 328 if (elf_update (elf, ELF_C_NULL) < 0) in check_elf()
|
D | elfshphehdr.c | 90 check_elf ("elf_update", elf_update (elf, ELF_C_NULL) > 0); in test() 124 check_elf ("elf_update", elf_update (elf, ELF_C_NULL) > 0); in test()
|
D | update2.c | 103 if (elf_update (elf, ELF_C_NULL) < 0) in main()
|
D | update3.c | 152 if (elf_update (elf, ELF_C_NULL) < 0) in main()
|
D | alldts.c | 222 if (elf_update (elf, ELF_C_NULL) < 0) in main()
|
D | update4.c | 304 if (elf_update (elf, ELF_C_NULL) < 0) in main()
|
D | newdata.c | 64 if (elf_update (elf, ELF_C_NULL) < 0) in add_section_data()
|
/third_party/elfutils/ |
D | TODO | 16 ELF_C_NULL call but not if the user prepared the data herself
|
/third_party/elfutils/src/ |
D | unstrip.c | 1419 max_off = elf_update (stripped, ELF_C_NULL); in copy_elided_sections()
|
/third_party/libbpf/src/ |
D | linker.c | 2590 if (elf_update(linker->elf, ELF_C_NULL) < 0) { in bpf_linker__finalize()
|