Searched refs:ELF_T_BYTE (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 57 return (ELF_T_BYTE); in _libelf_xlate_shtype() 63 return (ELF_T_BYTE); in _libelf_xlate_shtype() 69 return (ELF_T_BYTE); in _libelf_xlate_shtype() 75 return (ELF_T_BYTE); in _libelf_xlate_shtype() 100 return (ELF_T_BYTE); in _libelf_xlate_shtype()
|
H A D | elf_strptr.c | 77 if (d->d_type != ELF_T_BYTE) { in elf_strptr() 99 if (d->d_type != ELF_T_BYTE) { in elf_strptr()
|
H A D | libelf_align.c | 63 [ELF_T_BYTE] = { .a32 = 1, .a64 = 1 }, 102 [ELF_T_BYTE] = FALIGN(1,1),
|
H A D | elf_data.c | 201 d->d_data.d_type = ELF_T_BYTE; in elf_newdata() 274 d->d_data.d_type = ELF_T_BYTE; in elf_rawdata()
|
H A D | libelf.h | 55 ELF_T_BYTE, enumerator
|
H A D | libelf_convert.m4 | 705 * Sections of type ELF_T_BYTE are never byteswapped, consequently a 1058 [ELF_T_BYTE] = {
|
H A D | elf_update.c | 786 assert(d->d_type == ELF_T_BYTE); in _libelf_write_scn()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 205 off, SHT_PROGBITS, ELF_T_BYTE, SHF_ALLOC | SHF_WRITE, 1, 0, 1); in create_elf_from_binary()
|
H A D | symbols.c | 822 SHT_STRTAB, ELF_T_BYTE, 0, 1, 0, 0); in create_external_symtab() 1093 lstdata->d_type = ELF_T_BYTE; in create_symtab_data() 1104 gstdata->d_type = ELF_T_BYTE; in create_symtab_data()
|
H A D | sections.c | 879 od->d_type = ELF_T_BYTE; in pad_section() 1387 sa->size, off, stype, ELF_T_BYTE, 0, 1, 0, 0); in insert_sections() 1551 data->d_type = ELF_T_BYTE; in set_shstrtab()
|
H A D | ascii.c | 647 SHT_PROGBITS, ELF_T_BYTE, SHF_ALLOC | SHF_WRITE, 1, addr, 0)); in new_data_section()
|